Skip to content

Commit

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

# i3 layouts
[[ -z "$(pgrep i3-layouts)" ]] && whereis i3-layouts && i3-layouts &

# Start nm-applet
[[ -z "$(pgrep nm-applet)" ]] && nm-applet &

# 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 @@ -215,6 +215,9 @@ bindsym $Mod+r mode "resize"
bindcode Mod1+23 layout toggle tabbed split
bindcode $Mod+23 layout toggle splitv splith

# task switcher using skippy-xd
bindsym $Mod+Shift+Tab exec --no-startup-id skippy-xd

# switch to workspace with urgent window
for_window [urgent="latest"] focus
focus_on_window_activation focus
Expand Down

0 comments on commit cefc3cb

Please sign in to comment.