why bother, I usually know where most of the windows on my i3wm are
This commit is contained in:
parent
0b44a296e7
commit
df52c23252
2 changed files with 0 additions and 17 deletions
|
@ -38,7 +38,6 @@ bindsym $mod+Shift+c kill
|
||||||
bindsym $mod+d exec dmenu_run -p run -i -fn "$dmenu_font"
|
bindsym $mod+d exec dmenu_run -p run -i -fn "$dmenu_font"
|
||||||
bindsym $mod+p exec dmenu_ssh '/usr/bin/urxvt -e ssh' -i -fn "$dmenu_font"
|
bindsym $mod+p exec dmenu_ssh '/usr/bin/urxvt -e ssh' -i -fn "$dmenu_font"
|
||||||
bindsym $mod+u exec dmenu_pass -i -fn "$dmenu_font"
|
bindsym $mod+u exec dmenu_pass -i -fn "$dmenu_font"
|
||||||
bindsym $mod+Tab exec rofi -show window
|
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
|
|
16
xresources
16
xresources
|
@ -76,19 +76,3 @@ URxvt.color13: base0E
|
||||||
URxvt.color14: base05
|
URxvt.color14: base05
|
||||||
URxvt.color15: base07
|
URxvt.color15: base07
|
||||||
! }}}
|
! }}}
|
||||||
! {{{ rofi
|
|
||||||
rofi.modi: window
|
|
||||||
rofi.font: Terminus Bold 12
|
|
||||||
rofi.terminal: /home/von/.local/bin/default-terminal-emulator
|
|
||||||
rofi.separator-style: solid
|
|
||||||
rofi.hide-scrollbar: true
|
|
||||||
rofi.ssh-client: /home/von/.local/bin/ssh-rofi
|
|
||||||
rofi.monitor: -5
|
|
||||||
rofi.location: 2
|
|
||||||
! colors
|
|
||||||
rofi.color-enabled: true
|
|
||||||
rofi.color-normal: #ffffff,#525d76,#f5f5f5,#5294e2,#ffffff
|
|
||||||
rofi.color-urgent: #ffffff,#dc322f,#f5f5f5,#5294e2,#dc322f
|
|
||||||
rofi.color-active: #ffffff,#c2cad0,#f5f5f5,#5294e2,#c2cad0
|
|
||||||
rofi.color-window: #ffffff,#f5f5f5
|
|
||||||
! }}}
|
|
||||||
|
|
Loading…
Reference in a new issue