diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-08 20:34:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-08 20:34:16 +0900 |
| commit | ef0fdb82ceef67ced28b510ea264e883e584a231 (patch) | |
| tree | 280a05745d6ac209106414c1b1d27177ace05962 | |
| parent | da440e890b9fb7d309adcf7c700418fd6b5cd0be (diff) | |
Update UserKeybinds.conf - added fake full screen (super ctrl F)
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 523b014b..3975f60f 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -15,6 +15,8 @@ $UserScripts = $HOME/.config/hypr/UserScripts #bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window #Main Menu +bind = $mainMod CTRL, F, fullscreen, 1 # fake full screen + # ags overview bind = $mainMod, A, exec, pkill rofi || true && ags -t 'overview' |
