Bumping some updates to make life look nicer
This commit is contained in:
@@ -19,10 +19,6 @@ unfocused_hollow = true
|
||||
blinking = "On"
|
||||
shape = "Beam"
|
||||
|
||||
[bell]
|
||||
animation = "EaseOutExpo"
|
||||
duration = 4
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
file:///home/antoine/Partage/Housing
|
||||
file:///home/antoine/Documents/DoingTaxes
|
||||
file:///home/antoine/Partage/SchengenVisa
|
||||
file:///home/antoine/.local/share/SuperCollider
|
||||
file:///home/antoine/Partage/McGill/U2-W2024
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user