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 13caaf0 commit b1d82a0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 217 deletions.
4 changes: 2 additions & 2 deletions common/config/i3/autostart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dots-scripts feh-blur --blur 10 -d &
# open polybar
"${XDG_CONFIG_HOME}"/polybar/launch &

# i3 autotiling
# [[ -z "$(pgrep autotiling)" ]] && "${XDG_CONFIG_HOME}"/i3/autotiling &
# i3 layouts
[[ -z "$(pgrep i3-layouts)" ]] && whereis i3-layouts && i3-layouts &

# Start nm-applet
[[ -z "$(pgrep nm-applet)" ]] && nm-applet &
Expand Down
214 changes: 0 additions & 214 deletions common/config/i3/autotiling

This file was deleted.

11 changes: 11 additions & 0 deletions common/config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ exec_always --no-startup-id ~/.config/i3/autostart.sh
# needed for super to launch rofi through ksuperkey, see ~/.xprofile
bindsym Mod1+F1 exec --no-startup-id ~/.local/bin/dots-scripts rofi-run -r

############### i3 Layouts ###############

set $i3l autosplit to workspace $WS1
set $i3l autosplit to workspace $WS2
set $i3l autosplit to workspace $WS3
set $i3l autosplit to workspace $WS4
set $i3l autosplit to workspace $WS5
set $i3l autosplit to workspace $WS6
set $i3l autosplit to workspace $WS7
set $i3l autosplit to workspace $WS8

############# Bindings ##################

# kill focused window
Expand Down
2 changes: 1 addition & 1 deletion common/config/i3/pkgs.list.arch-linux
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
i3-wm
i3lock-fancy
python-i3ipc
i3-layouts

0 comments on commit b1d82a0

Please sign in to comment.