summaryrefslogtreecommitdiffstats
path: root/.config/i3/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 9e6b5cb..27f981a 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -17,14 +17,12 @@ exec --no-startup-id dex --autostart --environment i3
# 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
@@ -287,7 +285,7 @@ exec_always ~/.screenlayout/doublemonitor.layout.sh
# exec openrgb --color "00FFFF"
exec $terminal
-exec $terminal -e bashtop
+exec $terminal -e btop
exec firefox
exec telegram-desktop
exec discord
@@ -297,10 +295,12 @@ 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 269 19
-exec_always xset r rate 222 22
-
+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
# empty lines at the EOF