Skip to content

Commit

Permalink
add: tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
beaussan committed Nov 7, 2017
1 parent a5bdc5c commit e72773f
Show file tree
Hide file tree
Showing 4 changed files with 1,398 additions and 5 deletions.
2 changes: 2 additions & 0 deletions default.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
~/.yaourtrc: general/yaourt
~/.gcalclirc: general/gcalclirc
~/.npmrc: general/npmrc
~/.tmux.conf: general/tmux.conf
~/.tmux.conf.local: general/tmux.conf.local
19 changes: 14 additions & 5 deletions general/i3config
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ set_from_resource $color15 color15

# Workspaces and Assignments
set $workspace1 ""
#  Text"
set $workspace2 ""
#  Text" f1d3
set $workspace2 " Web"
#  Web"
set $workspace3 ""
set $workspace3 " Code"
#  Code"
set $workspace4 ""
set $workspace4 " Ide"
#  Ide"
set $workspace5 ""
#  Term"
Expand Down Expand Up @@ -176,6 +176,15 @@ mode "resize" {
bindsym $mod+r mode "resize"


for_window [class="^.*"] border pixel 0

new_window 1pixel

#gaps inner all set 20

gaps inner 10


# toggle tiling / floating
bindsym $mod+Shift+space floating toggle

Expand All @@ -184,7 +193,7 @@ exec --no-startup-id feh --bg-scale ~/.dotfiles/laptop/wall.png
exec --no-startup-id xautolock -time 10 -locker ~/scripts/lock.sh -secure
exec --no-startup-id exec compton -cb --config .compton.conf
exec --no-startup-id exec compton -cb --config .compton.conf
exec --no-startup-id jetbrains-toolbox --disable-seccomp-filter-sandbox
exec --no-startup-id jetbrains-toolbox --minimize --disable-seccomp-filter-sandbox
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec xrdb ~/.Xresources
# exec yabar
Loading

0 comments on commit e72773f

Please sign in to comment.