dotfiles/private_dot_config/sway/config.d/mapping/launch.conf
linarphy 05d466adf8
Fix, Delete and Add
- Fix nvim config
- Add scripts
- Add power setting
- Add swayidle config
- Add template system
- Clean sway config
2023-08-18 03:43:52 +02:00

24 lines
579 B
Text

# Shortcut to start/stop activity
# launch a terminal
bindsym $mod+Return exec $terminal
# kill focused window
bindsym $mod+$variant+q kill
# start app launcher
bindsym $mod+d exec $app_menu
# start browsing clipboard history
bindsym $mod+c exec $clip_menu
bindsym $mod+$variant+y exec $clip_del
# reload configuration file
bindsym $mod+$variant+c reload
# exit sway
bindsym $mod+$variant+e exec swaynag -t warning -m 'Voulez-vous vraiment quitter sway? Cela arrêtera votre session Wayland.' -B 'Oui, quitter sway' 'swaymsg exit'
# lock screen
bindsym $mod+g exec $lock