This commit is contained in:
t470p
2024-05-09 16:25:48 -05:00
parent 96a20eaac8
commit 2ffb4a3469

View File

@@ -37,9 +37,6 @@ input {
# switch keyboard layout
# https://wiki.hyprland.org/Configuring/Uncommon-tips--tricks/
kb_layout = us,no
#kb_options = "grp:caps_toggle,grp_led:scroll" # this has no effect, so a bind is done below
#kb_options =
#kb_options = grp:alt_shift_toggle
kb_options = grp:caps_toggle,grp_led:scroll
kb_variant =
kb_model =
@@ -253,9 +250,9 @@ bind = $mainMod, TAB, workspace, previous # cycle workspace
bind = ALT, Tab, focuscurrentorlast # switch focus from current to previous window
# screenshot
bind = $mainMod, PRINT, exec, hyprshot -m window # window
#bind = $shiftMod, PRINT, exec, hyprshot -m output # monitor
bind = , PRINT, exec, hyprshot -m region # region
bind = $mainMod SHIFT, PRINT, exec, hyprshot -m output # monitor
bind = $mainMod, PRINT, exec, hyprshot -m window # window
bind = , PRINT, exec, hyprshot -m region # region
# fullscreen
bind = $mainMod, F, fullscreen, 1 # fullscreen, with border
@@ -277,6 +274,8 @@ bind = $mainMod, E, exec, hyprctl keyword general:layout "dwindle"
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, A, layoutmsg, preselect l
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
@@ -298,12 +297,11 @@ bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
# `hyprctl clients` - for window names
bind = $mainMod, semicolon, focuswindow, kitty # cli
bind = $mainMod, G, focuswindow, gimp
bind = $mainMod, K, focuswindow, GitKraken
bind = $mainMod, C, focuswindow, VSCodium
bind = $mainMod, K, focuswindow, GitKraken # (git)Kraken
bind = $mainMod, C, focuswindow, VSCodium # (vs)codium
#bind = $mainMod, S, focuswindow, subl
bind = $mainMod, R, focuswindow, reaper
bind = $mainMod, I, focuswindow, firefox # i - internet
bind = $mainMod, Y, focuswindow, reaper # y not reaper
bind = $mainMod, I, focuswindow, firefox # i - internet
# move window
bind = $mainMod SHIFT, left, movewindoworgroup, l