Updated some stuff
This commit is contained in:
parent
2d400c3012
commit
c783171138
8 changed files with 25 additions and 26 deletions
|
|
@ -2,7 +2,10 @@ include ./monitors
|
|||
include ./exec
|
||||
include ./theme
|
||||
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec dbus-update-activation-environment --systemd \
|
||||
WAYLAND_DISPLAY \
|
||||
XDG_CURRENT_DESKTOP=sway \
|
||||
QT_QPA_PLATFORMTHEME=qt6ct
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
export WLR_NO_HARDWARE_CURSORS=1
|
||||
|
|
@ -26,8 +29,11 @@ set $menu kitty --app-id fsel fsel -r -d
|
|||
set $launcher kitty --app-id otter-launcher otter-launcher
|
||||
set $browser /home/henry/AppImages/helium.appimage
|
||||
set $filemanager kitty -e yazi
|
||||
focus_on_window_activation focus
|
||||
for_window [app_id="fsel"] border pixel 2
|
||||
for_window [app_id="otter-launcher"] border pixel 2
|
||||
assign [app_id="dev.zed.Zed"] output DP-1
|
||||
for_window [app_id="dev.zed.Zed"] focus
|
||||
|
||||
# -Key bindings-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue