Skip to content

Commit e72773f

Browse files
committed
add: tmux
1 parent a5bdc5c commit e72773f

File tree

4 files changed

+1398
-5
lines changed

4 files changed

+1398
-5
lines changed

default.conf.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323
~/.yaourtrc: general/yaourt
2424
~/.gcalclirc: general/gcalclirc
2525
~/.npmrc: general/npmrc
26+
~/.tmux.conf: general/tmux.conf
27+
~/.tmux.conf.local: general/tmux.conf.local

general/i3config

+14-5
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ set_from_resource $color15 color15
3030

3131
# Workspaces and Assignments
3232
set $workspace1 ""
33-
#  Text"
34-
set $workspace2 ""
33+
#  Text" f1d3
34+
set $workspace2 " Web"
3535
#  Web"
36-
set $workspace3 ""
36+
set $workspace3 " Code"
3737
#  Code"
38-
set $workspace4 ""
38+
set $workspace4 " Ide"
3939
#  Ide"
4040
set $workspace5 ""
4141
#  Term"
@@ -176,6 +176,15 @@ mode "resize" {
176176
bindsym $mod+r mode "resize"
177177

178178

179+
for_window [class="^.*"] border pixel 0
180+
181+
new_window 1pixel
182+
183+
#gaps inner all set 20
184+
185+
gaps inner 10
186+
187+
179188
# toggle tiling / floating
180189
bindsym $mod+Shift+space floating toggle
181190

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

0 commit comments

Comments
 (0)