fix urxvt floating, and keybinds for it
This commit is contained in:
parent
1d869368eb
commit
7518952678
@ -16,10 +16,10 @@ bindsym $mod+d exec --no-startup-id rofi -show run
|
||||
bindsym $mod+Tab exec --no-startup-id rofi -show window
|
||||
|
||||
# Configuration Editor
|
||||
bindsym $mod+Ctrl+b exec --no-startup-id terminator -e bmenu
|
||||
bindsym $mod+Ctrl+b exec --no-startup-id urxvt -e bmenu
|
||||
|
||||
# File Explorer
|
||||
bindsym $mod+n --release exec --no-startup-id terminator -e nnn
|
||||
bindsym $mod+n --release exec --no-startup-id urxvt -e nnn
|
||||
|
||||
# Force Kill program
|
||||
bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Begin configuration for window classes
|
||||
|
||||
# Open specific applications in floating mode
|
||||
for_window [class="Urxvt"] floating enable border normal
|
||||
for_window [class="URxvt"] floating enable border pixel 0
|
||||
for_window [title="alsamixer"] floating enable border pixel 1
|
||||
for_window [class="Calamares"] floating enable border normal
|
||||
for_window [class="Clipgrab"] floating enable
|
||||
|
@ -226,7 +226,7 @@ bar {
|
||||
# Begin configuration for window classes
|
||||
|
||||
# Open specific applications in floating mode
|
||||
for_window [class="Urxvt"] floating enable border normal
|
||||
for_window [class="URxvt"] floating enable border pixel 0
|
||||
for_window [title="alsamixer"] floating enable border pixel 1
|
||||
for_window [class="Calamares"] floating enable border normal
|
||||
for_window [class="Clipgrab"] floating enable
|
||||
@ -351,10 +351,10 @@ bindsym $mod+d exec --no-startup-id rofi -show run
|
||||
bindsym $mod+Tab exec --no-startup-id rofi -show window
|
||||
|
||||
# Configuration Editor
|
||||
bindsym $mod+Ctrl+b exec --no-startup-id terminator -e bmenu
|
||||
bindsym $mod+Ctrl+b exec --no-startup-id urxvt -e bmenu
|
||||
|
||||
# File Explorer
|
||||
bindsym $mod+n --release exec --no-startup-id terminator -e nnn
|
||||
bindsym $mod+n --release exec --no-startup-id urxvt -e nnn
|
||||
|
||||
# Force Kill program
|
||||
bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
|
||||
|
Loading…
Reference in New Issue
Block a user