diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 22:53:21 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 22:53:21 +0200 |
| commit | 9f004955033387eebf3f58aec2501fba5020f307 (patch) | |
| tree | 4466723c05c8d929ddd71b83f9e077039b0711de /config/i3 | |
| parent | 49c67cb6570511463820018af78fa9add4b881e7 (diff) | |
feat(rofi): customize with adi1090x/rofi
Diffstat (limited to 'config/i3')
| -rw-r--r-- | config/i3/config | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/config/i3/config b/config/i3/config index 17dbe51..a7ad9fd 100644 --- a/config/i3/config +++ b/config/i3/config @@ -154,9 +154,6 @@ bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+q kill -# exit-menu -bindsym $mod+Shift+e exec ~/.config/i3/scripts/powermenu - # Lock the system # lock with a picture: #bindsym $mod+l exec i3lock -i ~/.config/i3/i3-lock-screen.png -p default|win -t @@ -530,24 +527,24 @@ client.urgent $urgentred $urgentred $white $yellowbrown $yellowbrown ## rofi bindings fancy application menu ($mod+d /F9 optional disabled) -bindsym $mod+d exec rofi -modi drun -show drun \ - -config ~/.config/rofi/rofidmenu.rasi +# bindsym $mod+d exec rofi -modi drun -show drun \ +# -config ~/.config/rofi/rofidmenu.rasi -#bindsym F9 exec rofi -modi drun -show drun \ +# bindsym F9 exec rofi -modi drun -show drun \ # -config ~/.config/rofi/rofidmenu.rasi ## rofi bindings for window menu ($mod+t /F10 optional disabled) -bindsym $mod+t exec rofi -show window \ - -config ~/.config/rofi/rofidmenu.rasi +bindsym $mod+d exec --no-startup-id ~/.config/rofi/launchers/type-1/launcher.sh +bindsym $mod+Shift+e exec --no-startup-id ~/.config/rofi/powermenu/type-1/powermenu.sh -#bindsym F10 exec rofi -show window \ +# bindsym F10 exec rofi -show window \ # -config ~/.config/rofi/rofidmenu.rasi ## rofi bindings to manage clipboard (install rofi-greenclip from the AUR) #exec --no-startup-id greenclip daemon>/dev/null -#bindsym $mod+c exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard \ +# bindsym $mod+c exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard \ # -config ~/.config/rofi/rofidmenu.rasi exec_always --no-startup-id xrandr --output DP-0 --off --output DP-1 --off --output DP-2 --off --output DP-3 --off --output HDMI-0 -r 144.00 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-4 --off --output DP-5 -r 74.97 --mode 1920x1080 --pos 1920x0 --rotate normal |
