timetrap, etc.

This commit is contained in:
eneller
2025-09-12 09:31:35 +02:00
parent 1fa5c6d319
commit ff36b7b20a
6 changed files with 23 additions and 44 deletions

View File

@@ -1,36 +0,0 @@
env:
TERM: xterm-256color
window:
padding:
x: 5
y: 7
opacity: 1.0
dynamic_title: true
colors:
# Default colors
primary:
background: '0x272822'
foreground: '0xf8f8f2'
# Normal colors
normal:
black: '0x272822'
red: '0xf92672'
green: '0xa6e22e'
yellow: '0xf4bf75'
blue: '0x66d9ef'
magenta: '0xae81ff'
cyan: '0xa1efe4'
white: '0xf8f8f2'
# Bright colors
bright:
black: '0x75715e'
red: '0xf92672'
green: '0xa6e22e'
yellow: '0xf4bf75'
blue: '0x66d9ef'
magenta: '0xae81ff'
cyan: '0xa1efe4'
white: '0xf9f8f5'

View File

@@ -63,6 +63,7 @@ bindsym $mod+Ctrl+l resize shrink width 1 px or 1 ppt
bindsym $mod+Shift+r exec --no-startup-id winresize
bindsym $mod+f fullscreen toggle
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill -s 9
bindsym $mod+t layout toggle tabbed splith
bindsym $mod+Shift+v split h;exec notify-send 'tile horizontally |'
bindsym $mod+v split v;exec notify-send 'tile vertically -'