chore(sway): update config
This commit is contained in:
parent
d6b0a432e3
commit
d1cff305e6
@ -17,18 +17,16 @@ set $background "/usr/share/backgrounds/sway/arch.png"
|
|||||||
# lock screen
|
# lock screen
|
||||||
bindsym Mod4+l exec swaylock -l -f -e -F -i "$background" -s stretch
|
bindsym Mod4+l exec swaylock -l -f -e -F -i "$background" -s stretch
|
||||||
|
|
||||||
# nyxt browser
|
|
||||||
bindsym $mod+Shift+b exec nyxt
|
|
||||||
|
|
||||||
# hyprpicker
|
# hyprpicker
|
||||||
bindsym $mod+p exec hyprpicker -a
|
bindsym $mod+p exec hyprpicker -a
|
||||||
|
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term alacritty
|
set $term kitty
|
||||||
|
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
|
# set $menu wofi --show drun -I | swaymsg
|
||||||
set $menu fuzzel | swaymsg
|
set $menu fuzzel | swaymsg
|
||||||
|
|
||||||
# Wob configuration
|
# Wob configuration
|
||||||
@ -39,6 +37,8 @@ exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|||||||
gaps inner 2
|
gaps inner 2
|
||||||
gaps outer 2
|
gaps outer 2
|
||||||
|
|
||||||
|
default_border none
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
client.background # 434c5e n/a
|
client.background # 434c5e n/a
|
||||||
client.focused #434c5e #434c5e #eceff4 #434c5e #434c5e
|
client.focused #434c5e #434c5e #eceff4 #434c5e #434c5e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user