Compare commits
2 commits
9a91a35451
...
82a8885fa8
Author | SHA1 | Date | |
---|---|---|---|
|
82a8885fa8 | ||
|
ae8ee52cb7 |
2 changed files with 10 additions and 9 deletions
|
@ -11,6 +11,7 @@ set $joplin joplin-desktop
|
||||||
set $wallpaper ~/.local/share/backgrounds/artix-tube-text-green.jpg
|
set $wallpaper ~/.local/share/backgrounds/artix-tube-text-green.jpg
|
||||||
set $deezer deezer
|
set $deezer deezer
|
||||||
set $bitwarden bitwarden-desktop
|
set $bitwarden bitwarden-desktop
|
||||||
|
set $matrix element-desktop
|
||||||
|
|
||||||
input type:keyboard {
|
input type:keyboard {
|
||||||
xkb_layout fr
|
xkb_layout fr
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
# Sway
|
# Sway
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+Shift+r reload
|
bindsym $mod+Shift+r reload
|
||||||
bindsym $mod+Shift+e exec swaymsg exit
|
bindsym $mod+Shift+e exec --no-startup-id swaymsg exit
|
||||||
bindsym $mod+Mod1+l exec swaylock
|
bindsym $mod+Mod1+l exec swaylock
|
||||||
|
|
||||||
# Launchers
|
# Launchers
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+d exec $menu
|
bindsym $mod+d exec $menu
|
||||||
bindsym $mod+F1 exec $browser
|
bindsym $mod+F1 exec $joplin
|
||||||
bindsym $mod+F2 exec $joplin
|
bindsym $mod+F2 exec $browser
|
||||||
bindsym $mod+F3 exec $bitwarden
|
bindsym $mod+F3 exec $bitwarden
|
||||||
bindsym $mod+F4 exec $discord
|
bindsym $mod+F4 exec $matrix
|
||||||
bindsym $mod+F5 exec $deezer
|
bindsym $mod+F5 exec $discord
|
||||||
|
bindsym $mod+F6 exec $deezer
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
bindsym $mod+$left focus left
|
bindsym $mod+$left focus left
|
||||||
|
@ -89,11 +90,10 @@ mode "resize" {
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
bindsym Print exec glurp full clip
|
bindsym Print exec --no-startup-id glurp full clip
|
||||||
bindsym Shift+Print exec glurp area clip
|
bindsym Shift+Print exec glurp area clip
|
||||||
bindsym Mod1+Print exec glurp full file
|
bindsym Mod1+Print exec --no-startup-id glurp full file
|
||||||
bindsym Mod1+Shift+Print exec glurp area file
|
bindsym Mod1+Shift+Print exec glurp area file
|
||||||
|
|
||||||
# When locked
|
# When locked
|
||||||
bindsym --locked XF86Display exec togglescreen
|
bindsym --locked XF86Display exec --no-startup-id togglescreen
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue