diff options
| author | jStmaX! <87650746+jstmaxlol@users.noreply.github.com> | 2025-09-25 23:41:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-25 23:41:09 +0200 |
| commit | b3fb9812d30d65c2e75fbaad8689b40c0b976887 (patch) | |
| tree | cd8197ccfda64c1e38e4afc85655470e0eab4e4f | |
| parent | 37e96f2aef26dcf36ed80677d778b508a79feb02 (diff) | |
update i3cfg
| -rw-r--r-- | cfg/i3/config | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/cfg/i3/config b/cfg/i3/config index cf2749b..374effe 100644 --- a/cfg/i3/config +++ b/cfg/i3/config @@ -1,5 +1,5 @@ # ========================= -# personal i3 config +# クロナのI3チエッフギ # ==> maxwasmailed@proton.me # ========================= @@ -21,9 +21,19 @@ bindsym $mod+Return exec dmenu_run bindsym $mod+period exec ghostty bindsym XF86MonBrightnessUp exec brightnessctl set +5% bindsym XF86MonBrightnessDown exec brightnessctl set 5%- -# more accurate (1% at a time) +# more accurate (1%/i) bindsym $mod+XF86MonBrightnessUp exec brightnessctl set +1% bindsym $mod+XF86MonBrightnessDown exec brightnessctl set 1%- +# volume up / down +bindsym XF86AudioRaiseVolume exec pamixer -i 5 +bindsym XF86AudioLowerVolume exec pamixer -d 5 +# more accurate (1%/i) +bindsym $mod+XF86AudioRaiseVolume exec pamixer -i 1 +bindsym $mod+XF86AudioLowerVolume exec pamixer -d 1 +# mute speakers +bindsym XF86AudioMute exec pamixer -t +# mute mic +bindsym XF86AudioMicMute exec pamixer --default-source -t # ------------------------- # window management @@ -101,7 +111,7 @@ client.urgent #000000 #000000 #ffffff #000000 bar { #status_command i3status status_command ~/.config/i3/kurobar.sh - font pango:chirufontt 10 + font pango:chirufont 10 position top colors { background #000000 |