diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-21 19:53:07 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-21 19:53:07 +0200 |
commit | 74cb450899d7062eda10c2c2da11b298d646c06f (patch) | |
tree | c2223b0dbc6d4f982247477058bddf906cd81ce9 /.config | |
parent | 06e056290981a2fe696e1b1c7ed7ce1e58b6d63f (diff) |
Added rofi-pass keybind
Diffstat (limited to '.config')
-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 |