Commit dd37fdcb authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Replaced kupfer with rofi drun. Disabled pamac-tray from running at startup.

parent 14fbc8c6
...@@ -50,7 +50,7 @@ exec --no-startup-id nitrogen --restore; sleep 1; compton -b ...@@ -50,7 +50,7 @@ exec --no-startup-id nitrogen --restore; sleep 1; compton -b
#exec --no-startup-id manjaro-hello #exec --no-startup-id manjaro-hello
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id xfce4-power-manager exec --no-startup-id xfce4-power-manager
exec --no-startup-id pamac-tray #exec --no-startup-id pamac-tray
exec --no-startup-id copyq exec --no-startup-id copyq
# exec --no-startup-id blueman-applet # exec --no-startup-id blueman-applet
# exec_always --no-startup-id sbxkb # exec_always --no-startup-id sbxkb
...@@ -70,7 +70,8 @@ bindsym $mod+Shift+q kill ...@@ -70,7 +70,8 @@ bindsym $mod+Shift+q kill
# start program launcher # start program launcher
#bindsym $mod+d exec --no-startup-id dmenu_recency #bindsym $mod+d exec --no-startup-id dmenu_recency
exec --no-startup-id kupfer #exec --no-startup-id kupfer
bindsym $mod+d exec --no-startup-id "rofi -show-icons -modi windowcd,window,drun -show drun"
bindsym $mod+Tab exec --no-startup-id "rofi -show-icons -modi windowcd,window,drun -show window" bindsym $mod+Tab exec --no-startup-id "rofi -show-icons -modi windowcd,window,drun -show window"
# launch categorized menu # launch categorized menu
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment