diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config | 2 | ||||
-rw-r--r-- | .config/picom/picom.conf | 4 | ||||
-rw-r--r-- | .config/sakura/sakura.conf | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 8f425e1..b1c7538 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -213,6 +213,8 @@ bindsym $mod+Shift+r restart # save defaults # bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +# toggle proxy +bindsym $mod+p exec --no-startup-id bash -c ". /etc/profile.d/proxy.sh && proxy-toggle" # resize window (you can also use the mouse for that) set $step 5 diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a905519..3ca757e 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -13,12 +13,14 @@ rounded-corners-exclude = [ ]; opacity-rule = [ "100: name *= 'YouTube'", + "100: name *= 'hub'", // not sus "100: name ~= 'ヰカちゃん♡♡~ – \\\\([0-9]+\\\\)'", // my girlfriend is more important than my rice + "100: name ~= 'Вика Цой'", // rules for calls break the media viewing so this is a workaround "99: class_g *= 'Telegram' && name = 'Media viewer' && focused", "88: class_g *= 'Telegram' && name = 'Media viewer' && !focused", - "37: class_g *= 'Telegram' && !name ~= '([0-9]+)'", // for calls + "100: class_g *= 'Telegram' && !name ~= '([0-9]+)'", // for calls // "75: class_g = 'Sakura' && name *= 'BashTOP'", // commented out for better times "84: class_g = 'Sakura' && focused", diff --git a/.config/sakura/sakura.conf b/.config/sakura/sakura.conf index 193ed18..caeaa49 100644 --- a/.config/sakura/sakura.conf +++ b/.config/sakura/sakura.conf @@ -32,7 +32,7 @@ colorset6_key=F6 last_colorset=1 bold_is_bright=false scroll_lines=4096 -font=OverpassM Nerd Font 14 +font=OverpassM Nerd Font 12 show_tab_bar=multiple scrollbar=false closebutton=false |