diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/i3/config | 4 | ||||
-rw-r--r-- | dot_config/picom.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 6116923..e06b562 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -268,7 +268,7 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous | |||
268 | 268 | ||
269 | # App shortcuts | 269 | # App shortcuts |
270 | bindsym $mod+w exec /usr/bin/firefox | 270 | bindsym $mod+w exec /usr/bin/firefox |
271 | bindsym $mod+n exec /usr/bin/thunar | 271 | bindsym $mod+n exec env GDK_SCALE=2 /usr/bin/thunar |
272 | 272 | ||
273 | # Screenshot | 273 | # Screenshot |
274 | bindsym Print exec --no-startup-id flameshot gui | 274 | bindsym Print exec --no-startup-id flameshot gui |
@@ -389,7 +389,7 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc | |||
389 | #exec_always --no-startup-id autotiling | 389 | #exec_always --no-startup-id autotiling |
390 | 390 | ||
391 | # Autostart apps as you like | 391 | # Autostart apps as you like |
392 | exec --no-startup-id sleep 1 && thunderbird | 392 | exec --no-startup-id sleep 5 && thunderbird |
393 | 393 | ||
394 | ################## | 394 | ################## |
395 | # floating rules # | 395 | # floating rules # |
diff --git a/dot_config/picom.conf b/dot_config/picom.conf index 2ec14a9..bdfe7f2 100644 --- a/dot_config/picom.conf +++ b/dot_config/picom.conf | |||
@@ -10,8 +10,8 @@ | |||
10 | # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. | 10 | # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. |
11 | # `xrender` is the default one. | 11 | # `xrender` is the default one. |
12 | # GLX backend is typically much faster but depends on a sane driver. | 12 | # GLX backend is typically much faster but depends on a sane driver. |
13 | #backend = "xrender"; | 13 | backend = "xrender"; |
14 | backend = "glx"; | 14 | #backend = "glx"; |
15 | #backend = "xr_glx_hybrid" | 15 | #backend = "xr_glx_hybrid" |
16 | 16 | ||
17 | ################################# | 17 | ################################# |