diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | faef0309b5f2ddd251afc7ff973be9f95eb18577 (patch) | |
| tree | 7556fda5d79099d80157f6ec886ea2218c769938 /.config/i3 | |
| parent | 40fc533ba2b5e8af2bc101a094c7eb24146a7433 (diff) | |
Several minor changes
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 9061afc..97b4aec 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,5 +1,3 @@ - - set $mod Mod4 set $left h set $down j @@ -28,6 +26,8 @@ bindsym Print exec --no-startup-id flameshot gui floating_modifier $mod +for_window [class="love"] floating enable + tiling_drag modifier titlebar bindsym $mod+Return exec i3-sensible-terminal @@ -110,6 +110,14 @@ bindsym $mod+Shift+t reload bindsym $mod+Shift+r restart bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +# class border backgr. text indicator child_border +client.focused #ffff00 #ffff00 #000000 #2e9ef4 #ffff00 +client.focused_inactive #ff9900 #ff9900 #000000 #484e50 #ff9900 +client.unfocused #000000 #000000 #999999 #292d2e #000000 +client.urgent #ff0000 #ff0000 #000000 #900000 #ffff00 +client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c +client.background #ffffff + mode "resize" { bindsym $left resize shrink width 10 px or 10 ppt bindsym $up resize grow height 10 px or 10 ppt |
