Bumping some updates to make life look nicer

This commit is contained in:
Antoine Phan
2024-04-15 21:27:07 -04:00
parent 52b8bc07d6
commit ec54747b33
4 changed files with 16 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ monitor=,1920x1080@165,auto,1
# Execute your favorite apps at launch
exec-once = waybar
exec-once = hyprpaper
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
# exec-once = ibus-daemon -rxRd
# Set programs that you use
@@ -143,7 +144,7 @@ $mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod_SHIFT, Q, killactive,
bind = $mainMod_SHIFT, M, exit,
# bind = $mainMod_SHIFT, M, exit,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, $menu
@@ -207,8 +208,15 @@ bind = $mainMod SHIFT, mouse_down, workspace, r-1
bind = $mainMod SHIFT, mouse_up , workspace, r+1
# Create new workspace on screen. Go to previous workspace on screen
bind = $mainMod, N, workspace, r+1
bind = $mainMod, P, workspace, r-1
bind = $mainMod ALT, N, workspace, r+1
bind = $mainMod ALT, P, workspace, r-1
bind = $mainMod SHIFT, N, movetoworkspace, r+1
bind = $mainMod SHIFT, P, movetoworkspace, r-1
# Cycle through workspaces on the montior
bind = $mainMod, N, workspace, m+1
bind = $mainMod, P, workspace, m-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
@@ -238,6 +246,8 @@ bind = $mainMod, L, exec, swaylock
# Screenshot
# Area shot, copy to clipboard
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy -t image/png
bind = $mainMod CTRL SHIFT, S, exec, grim -g "$(slurp -d)" - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png && notify-send "Screenshot taken!"
# Wholescreen, save to $HOME/Screenshots/
bind = , Print, exec, grim - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png