dotfiles/private_dot_config/sway/config.d/mapping/launch.conf
linarphy 6fd2b49483
Update sway config & Add config
- Add process manager with sway
- Add oh-my-zsh config
- add gtk config
- Add env
2023-08-21 19:29:19 +02:00

27 lines
643 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+y 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
# processer manager
bindsym Ctrl+Shift+Escape exec $proc_manag