feat(rofi): customize with adi1090x/rofi
This commit is contained in:
parent
49c67cb657
commit
9f00495503
217 changed files with 27813 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -3,7 +3,8 @@ inactive-opacity = 0.4;
|
|||
active-opacity = 0.8;
|
||||
|
||||
opacity-rule = [
|
||||
"100:name*='Minecraft'"
|
||||
"100:name*='Minecraft'",
|
||||
"100:class_g='maim'"
|
||||
]
|
||||
|
||||
# Border
|
||||
|
@ -15,6 +16,10 @@ blur:
|
|||
{
|
||||
method = "dual_kawase";
|
||||
strength = 12;
|
||||
background-exclude = [
|
||||
"name*='rect-overlay'"
|
||||
"name*='xclip'"
|
||||
];
|
||||
}
|
||||
|
||||
wintypes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue