Compare commits

..

2 Commits

8 changed files with 4 additions and 5 deletions

View File

@ -375,8 +375,8 @@ wallpapers_and_lockscreens: check_os
user_systemd_services: check_os
@echo "Enabling user systemd services..."
@echo "Please install and configure mbsync and vdirsyncer..."
@systemd enable --now --user mbsync.timer
@systemd enable --now --user vdirsyncer.timer
@systemctl enable --now --user mbsync.timer
@systemctl enable --now --user vdirsyncer.timer
.PHONY: homebrew
homebrew: check_os

View File

@ -1,5 +1,5 @@
# Main tools mapping
set $term footclient
set $term alacritty
set $menu "ulauncher-toggle"
set $filemanager nautilus
set $processviewer $term -e htop

View File

@ -1,5 +1,5 @@
# Define locker script
set $locker 'swaylock -f -i "$(shuf -n1 -e ~/Pictures/Lockscreens/*.png)" -s fill'
set $locker 'swaylock'
bindsym $alt+L exec $locker
# IDLE CONFIG

View File

@ -3,5 +3,4 @@ exec --no-startup-id mako
exec kdeconnect-indicator
exec ulauncher --hide-window
exec libinput-gestures-setup start
exec foot --server
exec kanshi

View File

View File

View File

View File