routine changes
This commit is contained in:
@@ -21,7 +21,7 @@ source = ~/.config/hypr/conf/autostart.conf
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = nemo
|
||||
$fileManager = nautilus -w
|
||||
$menu = rofi --show drun
|
||||
|
||||
# Some default env vars.
|
||||
@@ -97,7 +97,7 @@ animations {
|
||||
bezier = easeinoutcirc,0.85, 0, 0.15, 1
|
||||
bezier = easeinoutquad,0.11, 0, 0.5, 0
|
||||
animation = windows, 1, 7, overshot
|
||||
animation = windowsOut, 1, 7, default, popin
|
||||
animation = windowsOut, 1, 7, default, popin 0%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
@@ -142,7 +142,7 @@ device {
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
windowrulev2 = opacity 0.85,class:^(nemo)
|
||||
windowrulev2 = opacity 0.85,class:^(org.gnome.Nautilus)
|
||||
windowrulev2 = opacity 0.90,class:^(Code)
|
||||
windowrule = opacity 0.90, ^(Spotify)$
|
||||
windowrule = opacity 0.80, ^(org.qbittorrent.qBittorrent)$
|
||||
@@ -155,7 +155,7 @@ $mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
binde = $mainMod, C, killactive,
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
@@ -169,6 +169,7 @@ bind = ALT, R, exec, protonvpn-cli c -r
|
||||
bind = ALT, D, exec, protonvpn-cli d
|
||||
bind = , Print, exec, grim -g "$(slurp -d)" "$HOME/Pictures/grim/$(date +'%Y_%m_%d_%H_%M_%S').png"
|
||||
bind = ALT , Print, exec, grim -t jpeg -q 100 -g "$(slurp -d)" "$HOME/Pictures/grim/$(date +'%Y_%m_%d_%H_%M_%S').jpeg"
|
||||
bind = $mainMod ALT, S ,exec, grim -g "$(slurp -d)" -| wl-copy
|
||||
# Move focus with mainMod + arrow keys
|
||||
|
||||
bind = $mainMod, left, movefocus, l
|
||||
@@ -180,8 +181,8 @@ bind = $mainMod, down, movefocus, d
|
||||
bind = $mainMod, F, fullscreen, 1
|
||||
bind = $mainMod SHIFT, F, fullscreen, 0
|
||||
bind = $mainMod CTRL, F, fakefullscreen
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = CTRL ALT, S , exec, systemctl suspend; hyprlock
|
||||
bind = $mainMod, L, exec, killall hyprlock ; hyprlock
|
||||
bind = CTRL ALT, S , exec, systemctl suspend; killall hyprlock ; hyprlock
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, A, workspace, 1
|
||||
@@ -248,7 +249,7 @@ bind = CTRL ALT, M, exec, nbfc set -f 0 1 -s 100
|
||||
bind = CTRL ALT, P, exec, nbfc set -f 0 1 -a
|
||||
|
||||
# Lid Switch
|
||||
bindl=,switch:Lid Switch, exec, hyprlock
|
||||
bindl=,switch:Lid Switch, exec, killall hyprlock ; hyprlock
|
||||
|
||||
# Gamemode
|
||||
bind = WIN, F1, exec, ~/.config/hypr/gamemode.sh
|
||||
|
||||
Reference in New Issue
Block a user