Add better fzf bindings #fishshell
This commit is contained in:
@ -32,11 +32,11 @@ font pango:DejaVu Sans Mono 8
|
||||
floating_modifier $mod
|
||||
exec feh --bg-scale /usr/share/backgrounds/Cuttlefish Wallpaper Grey 4096x2304.png
|
||||
|
||||
exec --no-startup-id betterlockscreen -w
|
||||
exec --no-startup-id fish /home/aria/tmuxify.sh
|
||||
bindsym $mod+shift+x exec --no-startup-id betterlockscreen -l dimblur
|
||||
#exec --no-startup-id betterlockscreen -w
|
||||
#exec --no-startup-id fish /home/aria/tmuxify.sh
|
||||
#bindsym $mod+shift+x exec --no-startup-id betterlockscreen -l dimblur
|
||||
# binds
|
||||
bindsym $mod+Return exec --no-startup-id kitty
|
||||
bindsym $mod+Return exec --no-startup-id alacritty
|
||||
bindsym $mod+a exec --no-startup-id fish -c emacs
|
||||
bindsym $mod+e exec --no-startup-id fish -c rofimoji
|
||||
bindsym $mod+p exec --no-startup-id fish -c "i3-quickterm shell"
|
||||
@ -149,6 +149,9 @@ bindsym $mod+Shift+r restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
bar {
|
||||
status_command i3status
|
||||
}
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
# These bindings trigger as soon as you enter the resize mode
|
||||
@ -175,8 +178,8 @@ mode "resize" {
|
||||
}
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
smart_borders on
|
||||
exec_always --no-startup-id ~/.config/i3/polybar.sh
|
||||
#smart_borders on
|
||||
#exec_always --no-startup-id ~/.config/i3/polybar.sh
|
||||
exec --no-startup-id compton &
|
||||
|
||||
gaps inner 5
|
||||
|
||||
@ -7,4 +7,4 @@ killall -q polybar
|
||||
while pgrep -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
# Launch polybar
|
||||
polybar top &
|
||||
polybar main &
|
||||
|
||||
Reference in New Issue
Block a user