xresources, i3_config: migrate from dmenu to rofi
This commit is contained in:
parent
fc05854ed5
commit
098b3d3c2b
2 changed files with 7 additions and 9 deletions
|
@ -22,10 +22,9 @@ bindsym $mod+Shift+c kill
|
||||||
bindsym Control+q exec /bin/true
|
bindsym Control+q exec /bin/true
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+s exec dmenu_multicmd "$HOME/.displayrc.yaml" -i -fn "$dmenu_font"
|
bindsym $mod+s exec rofi -show display -sort
|
||||||
bindsym $mod+d exec dmenu_run -p run -i -fn "$dmenu_font"
|
bindsym $mod+d exec rofi -show run -sort
|
||||||
bindsym $mod+p exec dmenu_ssh "$i3_term -e termcompat ssh" -i -fn "$dmenu_font"
|
bindsym $mod+p exec rofi -show ssh -sort
|
||||||
bindsym $mod+u exec dmenu_pass -i -fn "$dmenu_font"
|
|
||||||
bindsym $mod+Tab exec rofi -show window
|
bindsym $mod+Tab exec rofi -show window
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
|
|
|
@ -124,10 +124,9 @@ xterm.vt100.color15: COLOR15
|
||||||
xscreensaver.font: TERMINUS
|
xscreensaver.font: TERMINUS
|
||||||
xscreensaver.Dialog.Font: TERMINUS_SMALL
|
xscreensaver.Dialog.Font: TERMINUS_SMALL
|
||||||
|
|
||||||
rofi.modi: window
|
rofi.modi: window,run,ssh,display:/home/von/git/mine/vscripts/rofi_multicmd /home/von/.displayrc.yaml
|
||||||
rofi.font: xos4 Terminus Bold 11
|
rofi.font: xos4 Terminus Bold 11
|
||||||
rofi.terminal: /home/von/.local/bin/default-terminal-emulator
|
rofi.terminal: default-terminal-emulator
|
||||||
rofi.hide-scrollbar: true
|
rofi.theme: paper-float
|
||||||
rofi.monitor: -5
|
rofi.ssh-command: tmux_ssh {host}
|
||||||
rofi.location: 2
|
|
||||||
! }}}
|
! }}}
|
||||||
|
|
Loading…
Reference in a new issue