diff options
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/.config/i3/config b/.config/i3/config index 27f981a..07ffa92 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -15,14 +15,13 @@ exec --no-startup-id dex --autostart --environment i3 # REMOVED TEMPORARY # exec --no-startup-id xss-lock --transfer-sleep-lock -- $lock_cmd --nofork -# NetworkManager is the most popular way to manage wireless networks on Linux, -# and nm-applet is a desktop environment-independent system tray GUI for it. +exec --no-startup-id nm-applet +exec --no-startup-id devilspie -a exec --no-startup-id picom exec --no-startup-id xsettnigsd # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status -bindsym alt+shift exec $refresh_i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +1% && $refresh_i3status bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -1% && $refresh_i3status bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status @@ -184,7 +183,7 @@ assign [class="dotnet"] workspace $ws7 assign [class="^Minecraft.*$"] workspace $ws7 assign [class="vlc"] workspace $ws8 assign [class="spotify"] workspace $ws8 -assign [class="Spotyfi"] workspace $ws8 +assign [class="Spotify"] workspace $ws8 #monitors @@ -285,7 +284,7 @@ exec_always ~/.screenlayout/doublemonitor.layout.sh # exec openrgb --color "00FFFF" exec $terminal -exec $terminal -e btop +exec $terminal -e bashtop exec firefox exec telegram-desktop exec discord @@ -295,12 +294,10 @@ exec discord # * source1 (weibo): https://www.weibo.com/6593199887/L3yxyEJ1T # * source2 (gelbooru): https://gelbooru.com/index.php?page=post&s=view&id=7506062 exec_always feh --bg-fill ~/wallpaper/yae_beautiful_1.jpg -# exec_always setxkbmap -layout us,ru,kr -option grp:alt_shift_toggle korean:ralt_hangul exec_always setxkbmap -layout us,ru -option grp:alt_shift_toggle exec_always ~/.screenlayout/fullscreen.sh -exec_always xset r rate 222 45 -exec_always fcitx5 -d -exec_always xinput --set-prop 'pointer:''INSTANT USB GAMING MOUSE ' 'libinput Accel Profile Enabled' 0, 1 -exec_always xinput --set-prop 'pointer:''INSTANT USB GAMING MOUSE ' 'libinput Accel Speed' 0.5 +# exec_always xset r rate 269 19 +exec_always xset r rate 199 44 + # empty lines at the EOF |