changed walls
This commit is contained in:
@@ -21,7 +21,7 @@ source = ~/.config/hypr/conf/autostart.conf
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = nautilus -w
|
||||
$fileManager = nemo
|
||||
$menu = rofi --show drun
|
||||
|
||||
# Some default env vars.
|
||||
@@ -101,7 +101,7 @@ animations {
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 4, default, slide
|
||||
animation = workspaces, 1, 4, default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
@@ -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:^(org.gnome.Nautilus)
|
||||
windowrulev2 = opacity 0.85,class:^(nemo)
|
||||
windowrulev2 = opacity 0.90,class:^(Code)
|
||||
windowrule = opacity 0.90, ^(Spotify)$
|
||||
windowrule = opacity 0.80, ^(org.qbittorrent.qBittorrent)$
|
||||
@@ -181,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, killall hyprlock ; hyprlock
|
||||
bind = CTRL ALT, S , exec, systemctl suspend; killall hyprlock ; hyprlock
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = CTRL ALT, S , exec, systemctl suspend; hyprlock
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, A, workspace, 1
|
||||
@@ -249,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, killall hyprlock ; hyprlock
|
||||
bindl=,switch:Lid Switch, exec, hyprlock
|
||||
|
||||
# Gamemode
|
||||
bind = WIN, F1, exec, ~/.config/hypr/gamemode.sh
|
||||
|
||||
Reference in New Issue
Block a user