Skip to content

Commit

Permalink
Updated layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Dec 10, 2023
1 parent fea6ecc commit fe01731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions common/config/i3/autostart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ dots-scripts feh-blur --blur 10 -d &

# Start greenclip daemon
[[ -z "$(pgrep greenclip)" ]] && greenclip daemon &

# Start dunst
[[ -z "$(pgrep i3-layouts)" ]] && i3-layouts &
3 changes: 0 additions & 3 deletions common/config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ set $WS8 "8"
# run with reload
exec_always --no-startup-id ~/.config/i3/autostart.sh

# run i3-layouts
exec i3-layouts

# needed for super to launch rofi through ksuperkey, see ~/.xprofile
bindsym Mod1+F1 exec --no-startup-id ~/.local/bin/dots-scripts rofi-run -r

Expand Down

0 comments on commit fe01731

Please sign in to comment.