mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: set fullscreen to be really full screen
This commit is contained in:
parent
2faaa98f66
commit
fa7295af29
1 changed files with 8 additions and 1 deletions
|
|
@ -213,7 +213,7 @@
|
||||||
# keybindings
|
# keybindings
|
||||||
"$mainMod, Return, exec, kitty"
|
"$mainMod, Return, exec, kitty"
|
||||||
"$mainMod, Q, killactive,"
|
"$mainMod, Q, killactive,"
|
||||||
"$mainMod, F, fullscreen, 1" # set 1 to 0 to set full screen without waybar
|
"$mainMod, F, fullscreen, 0" # set 1 to 0 to set full screen without waybar
|
||||||
"$mainMod, Space, togglefloating,"
|
"$mainMod, Space, togglefloating,"
|
||||||
"$mainMod, D, exec, bemenu-run -l 5 --ignorecase"
|
"$mainMod, D, exec, bemenu-run -l 5 --ignorecase"
|
||||||
"SUPER SHIFT, L, exec, hyprlock"
|
"SUPER SHIFT, L, exec, hyprlock"
|
||||||
|
|
@ -373,6 +373,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = "
|
extraConfig = "
|
||||||
|
# If desktop
|
||||||
|
# input:accel_profile=flat
|
||||||
|
|
||||||
|
# input {
|
||||||
|
# force_no_accel = true
|
||||||
|
# }
|
||||||
|
|
||||||
monitor=,preferred,auto,auto
|
monitor=,preferred,auto,auto
|
||||||
|
|
||||||
# debug:disable_logs = false
|
# debug:disable_logs = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue