mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
keybinds: remove NoMod
This commit is contained in:
parent
12baf108be
commit
5d28f309a5
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
const { Gdk } = imports.gi;
|
||||
|
||||
const MODS = {
|
||||
'NoMod': Gdk.ModifierType.NO_MODIFIER_MASK,
|
||||
'Shift': Gdk.ModifierType.SHIFT_MASK,
|
||||
'Ctrl': Gdk.ModifierType.CONTROL_MASK,
|
||||
'Alt': Gdk.ModifierType.ALT_MASK,
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ let userConfigOptions = {
|
|||
},
|
||||
'keybinds': {
|
||||
// Format: Mod1+Mod2+key. CaSe SeNsItIvE!
|
||||
// Modifiers: Shift Ctrl Alt Hyper Meta NoMod
|
||||
// Modifiers: Shift Ctrl Alt Hyper Meta
|
||||
// See https://docs.gtk.org/gdk3/index.html#constants for the other keys (they are listed as KEY_key)
|
||||
'overview': {
|
||||
'altMoveLeft': 'Ctrl+b',
|
||||
|
|
|
|||
Loading…
Reference in a new issue