diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-02-09 20:25:51 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-02-09 20:25:51 +0100 |
commit | 665eaea830886d8b9aa655e526714e125ce1efce (patch) | |
tree | 95e73b98b14fb7d8842c28d37c0f34800564691a /linux/sway | |
parent | b9782052198f472bb1d7f2da904790b3d2abde59 (diff) | |
download | dotfiles-665eaea830886d8b9aa655e526714e125ce1efce.tar.gz dotfiles-665eaea830886d8b9aa655e526714e125ce1efce.zip |
sway conf
Diffstat (limited to 'linux/sway')
-rw-r--r-- | linux/sway/config.m4 (renamed from linux/sway/config) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/sway/config b/linux/sway/config.m4 index fb4afe5..60f9d06 100644 --- a/linux/sway/config +++ b/linux/sway/config.m4 @@ -1,3 +1,4 @@ +m4_include(`system.m4')m4_dnl include autostart include hid @@ -47,7 +48,7 @@ bindsym $Mod+Return exec alacritty bindsym $Mod+w exec firefox bindsym $Mod+f exec thunar bindsym $Mod+c exec swaync-client -t -bindsym Mod1+l exec physlock +bindsym Mod1+l exec m4_ifelse(SYSID, `2', `nwg-lock', physlock) bindsym $Mod+d exec wofi --show=drun # Exit menu @@ -82,7 +83,7 @@ bindsym $Mod+Shift+c reload bindsym $Mod+Shift+Return exec /home/jakob/.local/bin/tt-g # Keyboard layout -bindsym $Mod+Shift+Space input "1:1:AT_Translated_Set_2_keyboard" xkb_switch_layout next +#bindsym $Mod+Shift+Space input "1:1:AT_Translated_Set_2_keyboard" xkb_switch_layout next ########### Workspace Bindings ############### |