File tree 4 files changed +1398
-5
lines changed
4 files changed +1398
-5
lines changed Original file line number Diff line number Diff line change 23
23
~/.yaourtrc : general/yaourt
24
24
~/.gcalclirc : general/gcalclirc
25
25
~/.npmrc : general/npmrc
26
+ ~/.tmux.conf : general/tmux.conf
27
+ ~/.tmux.conf.local : general/tmux.conf.local
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ set_from_resource $color15 color15
30
30
31
31
# Workspaces and Assignments
32
32
set $workspace1 ""
33
- # Text"
34
- set $workspace2 ""
33
+ # Text" f1d3
34
+ set $workspace2 " Web "
35
35
# Web"
36
- set $workspace3 ""
36
+ set $workspace3 " Code "
37
37
# Code"
38
- set $workspace4 ""
38
+ set $workspace4 " Ide "
39
39
# Ide"
40
40
set $workspace5 ""
41
41
# Term"
@@ -176,6 +176,15 @@ mode "resize" {
176
176
bindsym $mod+r mode "resize"
177
177
178
178
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
+
179
188
# toggle tiling / floating
180
189
bindsym $mod+Shift+space floating toggle
181
190
@@ -184,7 +193,7 @@ exec --no-startup-id feh --bg-scale ~/.dotfiles/laptop/wall.png
184
193
exec --no-startup-id xautolock -time 10 -locker ~/scripts/lock.sh -secure
185
194
exec --no-startup-id exec compton -cb --config .compton.conf
186
195
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
188
197
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
189
198
exec xrdb ~/.Xresources
190
199
# exec yabar
You can’t perform that action at this time.
0 commit comments