This commit is contained in:
2024-11-24 15:38:48 +01:00
parent 12f0ee1275
commit a46059a66d
2 changed files with 13 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ $menu = wofi --show drun
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
exec = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita:dark" # for GTK3 apps
exec = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark" # for GTK3 apps
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps
@@ -167,7 +167,7 @@ dwindle {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
master {
new_status = master
new_status = slave
}
# https://wiki.hyprland.org/Configuring/Variables/#misc
@@ -247,16 +247,16 @@ bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, movetoworkspace, 1
bind = $mainMod SHIFT, 2, movetoworkspace, 2
bind = $mainMod SHIFT, 3, movetoworkspace, 3
bind = $mainMod SHIFT, 4, movetoworkspace, 4
bind = $mainMod SHIFT, 5, movetoworkspace, 5
bind = $mainMod SHIFT, 6, movetoworkspace, 6
bind = $mainMod SHIFT, 7, movetoworkspace, 7
bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod SUPER, 1, movetoworkspace, 1
bind = $mainMod SUPER, 2, movetoworkspace, 2
bind = $mainMod SUPER, 3, movetoworkspace, 3
bind = $mainMod SUPER, 4, movetoworkspace, 4
bind = $mainMod SUPER, 5, movetoworkspace, 5
bind = $mainMod SUPER, 6, movetoworkspace, 6
bind = $mainMod SUPER, 7, movetoworkspace, 7
bind = $mainMod SUPER, 8, movetoworkspace, 8
bind = $mainMod SUPER, 9, movetoworkspace, 9
bind = $mainMod SUPER, 0, movetoworkspace, 10
# Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic