diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2025-10-02 13:28:08 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2025-10-02 13:28:08 +0200 |
| commit | 745240b26f62a3f08b7b4f48dc51884a000cc619 (patch) | |
| tree | fde7a1f7b5766b2c761d792d25572d61887244cd /i3 | |
| parent | 7eb6b5e4796d0b0d8d587027edd71c1021626bb4 (diff) | |
update: dots
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 25 |
1 files changed, 19 insertions, 6 deletions
@@ -30,7 +30,7 @@ exec --no-startup-id dex --autostart --environment i3 # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id xss-lock --transfer-sleep-lock -- lock.sh --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. @@ -38,11 +38,13 @@ exec --no-startup-id nm-applet # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status -bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status +bindsym $mod+Shift+X exec --no-startup-id xset s activate + # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod @@ -185,8 +187,19 @@ mode "resize" { bindsym $mod+r mode "resize" +# Colors - indicator = next window direction +# class border backgr. text indicator child_border +client.focused #6A9589 #6A9589 #DCD7BA #6A9589 #6A9589 +client.focused_inactive #D27E99 #5f676a #DCD7BA #E46876 #5f676a +client.unfocused #7E9CD8 #7E9CD8 #A3D4D5 #7E9CD8 #7E9CD8 +client.urgent #E82424 #900000 #DCD7BA #900000 #900000 +client.placeholder #000000 #0c0c0c #DCD7BA #000000 #0c0c0c +client.background #ffffff + +exec_always --no-startup-id ~/.config/scripts/polybar.sh & + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) -bar { - status_command i3_status -} +#bar { + #status_command i3status +#} |
