summaryrefslogtreecommitdiff
path: root/.config/i3/config
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-03-09 01:35:35 +0100
committeryuzu-eva <stevenhu@web.de>2024-03-09 01:35:35 +0100
commitc82f4cdc9a403fedce61fabeed5272a9bf8f1df0 (patch)
tree5e510e153404156230f386ec3e7c34f841360814 /.config/i3/config
parentfc808ae714f1e629081c5d5cfc240e3f444598f2 (diff)
finally remembered to update this, lol
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 9cff316..b67d6a0 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -6,13 +6,15 @@ set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
-font pango:Iosevka 10
+font pango:Iosevka Term Custom 10
for_window [class="floating"] floating enable
# no_focus [all]
# focus_on_window_activation none
+# focus_follows_mouse no
+
# Use wpctl to adjust volume in Pipewire.
set $refresh_i3status killall -SIGUSR1 i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 5%+ && $refresh_i3status
@@ -43,8 +45,10 @@ bindsym $mod+Shift+C kill
bindsym $mod+Shift+F exec firefox -P default-release
bindsym $mod+Shift+B exec firefox -P less-strict
bindsym $mod+Shift+E exec emacsclient -c -a "emacs"
+bindsym $mod+z exec boomer
bindsym $mod+c exec mpdmenu
bindsym $mod+Shift+M exec mpdinfo
+bindsym $mod+b exec bm
bindsym --release Print exec scrot -u -e 'mv $f ~/pics/'
bindsym --release $mod+Print exec scrot -s -e 'mv $f ~/pics/'