add rofimoji and rofi calc
This commit is contained in:
parent
8679d48272
commit
66e8d24c6f
1 changed files with 6 additions and 0 deletions
6
config
6
config
|
@ -60,6 +60,12 @@ bindsym $mod+w kill
|
|||
# popup appfinder
|
||||
bindsym $mod+d exec "rofi -combi-modi window,drun,scripts,ssh, -show-icons -show combi -modi combi";
|
||||
|
||||
# rofi calc
|
||||
bindsym $mod+c exec "rofi -show calc -modi calc -no-show-match -no-sort"
|
||||
|
||||
# rofimoji
|
||||
bindsym $mod+m exec "rofimoji --action copy"
|
||||
|
||||
# change focus
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+j focus down
|
||||
|
|
Loading…
Reference in a new issue