mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +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
|
||||
"$mainMod, Return, exec, kitty"
|
||||
"$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, D, exec, bemenu-run -l 5 --ignorecase"
|
||||
"SUPER SHIFT, L, exec, hyprlock"
|
||||
|
|
@ -373,6 +373,13 @@
|
|||
};
|
||||
|
||||
extraConfig = "
|
||||
# If desktop
|
||||
# input:accel_profile=flat
|
||||
|
||||
# input {
|
||||
# force_no_accel = true
|
||||
# }
|
||||
|
||||
monitor=,preferred,auto,auto
|
||||
|
||||
# debug:disable_logs = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue