Updated config
This commit is contained in:
parent
3905e80b4c
commit
dabaf32403
18 changed files with 207 additions and 87 deletions
|
@ -1,7 +1,3 @@
|
|||
# Cursor
|
||||
env = XCURSOR_SIZE,24
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
# Firefox
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
|
||||
|
@ -25,3 +21,10 @@ env = SSH_AUTH_SOCK,$XDG_RUNTIME_DIR/gcr/ssh
|
|||
# Wayland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GDK_BACKEND,wayland
|
||||
|
||||
# Wlroots
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = WLR_RENDERER,vulkan
|
||||
|
||||
# X11
|
||||
env = XCURSOR_SIZE,24
|
||||
|
|
|
@ -5,6 +5,6 @@ $files = nautilus
|
|||
$logout = wlogout
|
||||
$lockscreen = swaylock
|
||||
$menu = pkill fuzzel || fuzzel
|
||||
$screenshot = grim -g "$(slurp -d)" - | wl-copy
|
||||
$screenshot = IMG=~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && grim -g "$(slurp -d)" $IMG && wl-copy < $IMG
|
||||
$statusbar = ~/.bin/launch-waybar
|
||||
$terminal = alacritty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue