Adds Keybind for F13

This commit is contained in:
Michel Fedde 2025-07-02 20:28:06 +02:00
parent 662b8794f9
commit 9c7a261b45
3 changed files with 7 additions and 4 deletions

View file

@ -98,6 +98,7 @@ bind = , F12, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active wind
bind = $mainMod SHIFT, N, exec, $scriptsDir/anyrun/Toolkit.sh # swayNC notification panel
bind = , F13, movecurrentworkspacetomonitor, +1
bind = $mainMod SHIFT, L, movecurrentworkspacetomonitor, r
bind = $mainMod SHIFT, H, movecurrentworkspacetomonitor, l
bind = $mainMod SHIFT, K, movecurrentworkspacetomonitor, u
@ -107,8 +108,8 @@ bind = $mainMod, F, fullscreen, 1
bind = $mainMod, Space, fullscreen, 0
# rofi App launcher
#bind = $mainMod, Tab, exec, nwg-drawer -pbexit "wayland-logout" -pbpoweroff "systemctl poweroff" -pbreboot "systemctl reboot"
bind = $mainMod, Tab, exec, $appLauncher
bind = $mainMod, Tab, exec, nwg-drawer -pbexit "wayland-logout" -pbpoweroff "systemctl poweroff" -pbreboot "systemctl reboot"
#bind = $mainMod, Tab, exec, $appLauncher
bind = ALT, Tab, exec, $scriptsDir/anyrun/Windows.sh
bind = $mainMod, Return, exec, $term

View file

@ -2,7 +2,7 @@ input {
kb_layout = de
kb_variant =
kb_model =
kb_options =
kb_options = fkeys:basic_13-24
kb_rules =
repeat_rate = 50
repeat_delay = 300
@ -39,12 +39,14 @@ device {
name = keychron--keychron-link--keyboard
kb_layout = us
kb_variant = altgr-intl
kb_options = fkeys:basic_13-24
}
device {
name = logitech-g815-rgb-mechanical-gaming-keyboard
kb_layout = us
kb_variant = altgr-intl
kb_options = fkeys:basic_13-24
}