Compare commits

..

No commits in common. "8c7fc1a387c4274d2a14ceafaad66bdb0a70162a" and "0e9e4e98a6c835f6466beb7e9222b7941b22012c" have entirely different histories.

4 changed files with 1 additions and 14 deletions

View File

@ -5,7 +5,7 @@ $mainMod = ALT
# Program opening and closing
bind = $mainMod, Return, exec, foot
bind = $mainMod, Q, killactive
bind = $mainMod, Space, exec, pgrep wofi || wofi -i --show drun
bind = $mainMod, Space, exec, wofi -i --show drun
#bind = $mainMod, M, exit,
bind = $mainMod, T, pseudo, # dwindle
bind = $mainMod, F, togglefloating,
@ -29,9 +29,6 @@ bind = $mainMod, O, exec, grim -g "$(slurp -d)" - | wl-copy
bind = $mainMod, P, exec, pgrep pavucontrol || pavucontrol
bind = $mainMod Shift, P, exec, pkill pavucontrol
# Miscellaneous non-movement hotkeys
bind = CTRL ALT, L, exec, loginctl lock-session
# Change focus
bind = $mainMod, h, movefocus, l
bind = $mainMod, j, movefocus, d

View File

@ -2,9 +2,6 @@
# Run this at first to fix up some systemd stuff
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
# Polkit
exec-once = /usr/libexec/xfce-polkit
# Daemons and stuff
exec-once = nm-applet
exec-once = flatpak run com.nextcloud.desktopclient.nextcloud --background

View File

@ -1,3 +0,0 @@
# vim: set ft=config:
# Configuration for swayidle is in ~/.config/swayidle/config
exec-once = swayidle -w

View File

@ -1,4 +0,0 @@
timeout 900 'swaylock -f'
before-sleep 'swaylock -f'
lock 'swaylock -f'
unlock 'pkill -xu "$USER" -SIGUSR1 swaylock'