diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-03-23 18:59:00 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-03-23 18:59:00 -0700 |
commit | 1addefdbca40390d4f950e070443b9dadea529b3 (patch) | |
tree | 617c534b293bda948805f0ec5e8394a307f8313e /home | |
parent | 068580d82f3b38e2acb07bc081fe304a7b1809b4 (diff) | |
download | nix-1addefdbca40390d4f950e070443b9dadea529b3.tar nix-1addefdbca40390d4f950e070443b9dadea529b3.tar.gz nix-1addefdbca40390d4f950e070443b9dadea529b3.tar.bz2 nix-1addefdbca40390d4f950e070443b9dadea529b3.tar.lz nix-1addefdbca40390d4f950e070443b9dadea529b3.tar.xz nix-1addefdbca40390d4f950e070443b9dadea529b3.tar.zst nix-1addefdbca40390d4f950e070443b9dadea529b3.zip |
Adjust ghostty keybindings
Diffstat (limited to 'home')
-rw-r--r-- | home/nipsy/common/optional/desktops/i3/default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/home/nipsy/common/optional/desktops/i3/default.nix b/home/nipsy/common/optional/desktops/i3/default.nix index 68ec5ed..0086aa8 100644 --- a/home/nipsy/common/optional/desktops/i3/default.nix +++ b/home/nipsy/common/optional/desktops/i3/default.nix @@ -8,6 +8,17 @@ font-family = "DejaVu Sans Mono" font-size = 9 gtk-titlebar = false + keybind = alt+one=unbind + keybind = alt+two=unbind + keybind = alt+three=unbind + keybind = alt+four=unbind + keybind = alt+five=unbind + keybind = alt+six=unbind + keybind = alt+seven=unbind + keybind = alt+eight=unbind + keybind = alt+nine=unbind + keybind = ctrl+shift+page_down=decrease_font_size:1 + keybind = ctrl+shift+page_up=increase_font_size:1 theme = mydark window-padding-x = 0 window-padding-y = 0 |