diff options
-rw-r--r-- | .config/i3/config | 9 | ||||
-rw-r--r-- | .config/rofi/config.rasi (renamed from .config/rofi/rofi.rasi) | 0 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config index 5cc9870..4ad4856 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -17,10 +17,11 @@ bindsym $mod+e exec --no-startup-id pcmanfm bindsym $mod+f fullscreen toggle # Rofi -bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -theme rofi -drun-display-format {name} -bindsym Mod1+Tab exec --no-startup-id rofi -show window -show-icons -theme rofi -drun-display-format {name} -bindsym Mod1+b exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -show-icons -theme rofi -bindsym $mod+Shift+p exec --no-startup-id rofi -show p -theme rofi -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/hibernate/logout" +bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -drun-display-format {name} +bindsym Mod1+Tab exec --no-startup-id rofi -show window -show-icons -drun-display-format {name} +bindsym Mod1+b exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -show-icons +bindsym $mod+Shift+p exec --no-startup-id rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/hibernate/logout" +bindsym $mod+p exec --no-startup-id rofi-pass # Media keys bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% diff --git a/.config/rofi/rofi.rasi b/.config/rofi/config.rasi index fb2fdc1..fb2fdc1 100644 --- a/.config/rofi/rofi.rasi +++ b/.config/rofi/config.rasi |