This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/sway/keys-run

52 lines
933 B
Plaintext
Raw Normal View History

2020-12-01 20:10:22 +01:00
# {{@@ header() @@}}
# _____ ____ _ _ _
# / __\ \ /\ / / _` | | | |
# \__ \\ V V / (_| | |_| |
# |___/ \_/\_/ \__,_|\__, |
# |___/
2020-12-06 17:47:37 +01:00
bindsym --to-code {
2020-12-01 20:10:22 +01:00
# Start a terminal
$mod+Return exec terminal
#start web browser
$mod+b exec qutebrowser
#start file manager
$mod+Control+Return exec {{@@ file_manager @@}}
# Insert special characters
$mod+g exec emoji
2021-05-21 06:27:05 +02:00
# Insert special characters
$mod+d exec sway-displays
2021-06-15 07:37:26 +02:00
# Insert special characters
2022-02-14 00:25:47 +01:00
$mod+Alt+c exec _sway_idle_toggle
2021-06-15 07:37:26 +02:00
2020-12-01 20:10:22 +01:00
# Kill focused window
$mod+x kill
# Start your launcher
$mod+$menu exec launcher
# Fill passwords
$mod+p exec wpass
# Reload the configuration file
$mod+Shift+c reload
# Lock Sway and suspend
--locked $mod+Control+z exec loginctl suspend || systemctl suspend
# Exit sway
2021-07-10 05:22:55 +02:00
Control+Alt+delete exec pkill -u "$USER" -HUP runsvdir ; exit
2020-12-01 20:10:22 +01:00
2021-05-21 06:27:05 +02:00
# Shutdown
$mod+Alt+delete exec loginctl poweroff || systemctl poweroff
2020-12-01 20:10:22 +01:00
}
2020-12-01 20:30:44 +01:00
# vim: ft=i3