Skip to content

Commit

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

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

# i3 layouts daemon
exec i3-layouts
3 changes: 3 additions & 0 deletions common/config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ 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 fea6ecc

Please sign in to comment.