Updated config
This commit is contained in:
@ -1,13 +1,8 @@
|
||||
exec-once = dunst
|
||||
exec-once = $statusbar
|
||||
exec-once = waypaper --restore
|
||||
exec-once = dunst
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = dbus-update-activation-environment --all
|
||||
exec-once = gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
|
||||
|
||||
exec-once = [workspace 3 silent] $browser
|
||||
exec-once = [workspace 4 silent] $terminal
|
||||
exec-once = [workspace 5 silent] $terminal
|
||||
exec-once = [workspace 6 silent] $terminal
|
||||
exec-once = [workspace 1 silent] $browser
|
||||
exec-once = [workspace 7 silent] $files
|
||||
exec-once = [workspace 9 silent] $email
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Some default env vars.
|
||||
# Cursor
|
||||
env = XCURSOR_SIZE,24
|
||||
env = TERMINAL,$terminal
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
# Firefox
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
@ -9,7 +9,10 @@ env = MOZ_ENABLE_WAYLAND,1
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
# Programs
|
||||
env = EDITOR,$editor
|
||||
env = TERMINAL,$terminal
|
||||
|
||||
# Qt
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
@ -22,4 +25,3 @@ env = SSH_AUTH_SOCK,$XDG_RUNTIME_DIR/gcr/ssh
|
||||
# Wayland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GDK_BACKEND,wayland
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
|
@ -1,6 +1,6 @@
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
@ -5,8 +5,8 @@ $movews = CTRL ALT
|
||||
bind = $leader, T, exec, $terminal
|
||||
bind = $leader, B, exec, $browser
|
||||
bind = $leader, E, exec, $files
|
||||
bind = $leader, Super_L, exec, $menu
|
||||
bind = $leader, L, exec, $lockscreen
|
||||
bind = $leader, Space, exec, $menu
|
||||
bind = $leader, F12, exec, $logout
|
||||
bind = , Print, exec, $screenshot
|
||||
|
||||
@ -14,8 +14,8 @@ bind = , Print, exec, $screenshot
|
||||
bind = $leader, C, killactive,
|
||||
bind = $leader, F, fullscreen,
|
||||
bind = $leader, V, togglefloating,
|
||||
bind = $leader, P, pseudo, # dwindle
|
||||
bind = $leader, J, togglesplit, # dwindle
|
||||
bind = $leader, P, pseudo,
|
||||
bind = $leader, J, togglesplit,
|
||||
bind = $leader, M, exit,
|
||||
|
||||
# Move focus with leader + arrow keys
|
||||
|
@ -4,7 +4,7 @@ $email = geary
|
||||
$files = nautilus
|
||||
$logout = wlogout
|
||||
$lockscreen = swaylock
|
||||
$menu = ~/.bin/toggle-fuzzel
|
||||
$menu = pkill fuzzel || fuzzel
|
||||
$screenshot = grim -g "$(slurp -d)" - | wl-copy
|
||||
$statusbar = ~/.bin/launch-waybar
|
||||
$terminal = alacritty
|
||||
|
@ -1,2 +1,2 @@
|
||||
windowrulev2 = tile, class:.*
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
#windowrulev2 = tile, class:.*
|
||||
|
Reference in New Issue
Block a user