Updated config
This commit is contained in:
parent
b4eece087b
commit
20799af627
9 changed files with 283 additions and 22 deletions
|
@ -1,11 +1,12 @@
|
|||
# Autostart
|
||||
exec-once = swaybg -i ~/pictures/wallpapers/01.png
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = /usr/libexec/pipewire-launcher
|
||||
exec-once = $statusbar
|
||||
exec-once = ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
exec-once = openrc --user gui
|
||||
|
||||
# Disabled
|
||||
#exec-once = /usr/libexec/pipewire-launcher
|
||||
#exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
#exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
#exec-once = waypaper --restore
|
|
@ -2,24 +2,26 @@ $main = SUPER
|
|||
|
||||
# Apps
|
||||
bind = $main, B, exec, $browser
|
||||
bind = $main, D, exec, $editor
|
||||
bind = $main, E, exec, $files
|
||||
bind = $main, F1, exec, $systeminfo
|
||||
bind = $main, E, exec, $editor
|
||||
bind = $main, F, exec, $files
|
||||
bind = $main, K, exec, $calendar
|
||||
bind = $main, L, exec, $lockscreen
|
||||
bind = $main, M, exec, $email
|
||||
bind = $main, P, exec, $processmonitor
|
||||
bind = $main, Return, exec, $floating
|
||||
bind = $main, S, exec, pkill $statusbar || $statusbar
|
||||
bind = $main, Space, exec, pkill $menu || $menu
|
||||
bind = $main, T, exec, $terminal
|
||||
bind = $main, W, exec, $wallpaper
|
||||
bind = $main, U, exec, $update
|
||||
bind = , Print, exec, $screenshot
|
||||
bind = $main, F1, exec, $systeminfo
|
||||
bind = $main, Return, exec, $floating
|
||||
bind = $main, Space, exec, pkill $menu || $menu
|
||||
bind =, Print, exec, $screenshot
|
||||
|
||||
# Window management
|
||||
bind = $main, C, killactive,
|
||||
bind = $main, F, fullscreen,
|
||||
bind = $main, V, togglefloating,
|
||||
bind = $main, J, togglesplit,
|
||||
bind = $main, V, togglefloating,
|
||||
bind = $main, Super_R, fullscreen,
|
||||
|
||||
# Session management
|
||||
bind = $main, Backspace, exit,
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Apps
|
||||
$browser = firefox
|
||||
$email = evolution
|
||||
$logout = wlogout
|
||||
$lockscreen = swaylock
|
||||
$menu = fuzzel
|
||||
|
@ -11,7 +10,9 @@ $terminal = foot
|
|||
$wallpaper = waypaper
|
||||
|
||||
# Terminal based
|
||||
$calendar = $terminal -e calcurse
|
||||
$editor = $terminal -e nvim
|
||||
$email = $terminal -e aerc
|
||||
$files = $terminal -e nnn
|
||||
$center = [float;size 960 540;center]
|
||||
$floating = $center $terminal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue