Update i3 background and add boxu command #fishshell
This commit is contained in:
3
fish/.config/fish/functions/boxu.fish
Normal file
3
fish/.config/fish/functions/boxu.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function boxu
|
||||
ssh -t root@box.onec.me "apt upgrade -y"
|
||||
end
|
||||
BIN
i3/.config/i3/background.png
Normal file
BIN
i3/.config/i3/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 520 KiB |
@ -30,13 +30,13 @@ font pango:DejaVu Sans Mono 8
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
exec feh --bg-scale /usr/share/backgrounds/Cuttlefish Wallpaper Grey 4096x2304.png
|
||||
exec feh --bg-scale ~/.config/i3/background.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
|
||||
# binds
|
||||
bindsym $mod+Return exec --no-startup-id alacritty
|
||||
bindsym $mod+Return exec --no-startup-id kitty
|
||||
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"
|
||||
@ -182,14 +182,14 @@ bindsym $mod+r mode "resize"
|
||||
#exec_always --no-startup-id ~/.config/i3/polybar.sh
|
||||
exec --no-startup-id compton &
|
||||
|
||||
gaps inner 5
|
||||
gaps outer 5
|
||||
gaps horizontal 5
|
||||
gaps vertical 5
|
||||
gaps top 5
|
||||
gaps right 5
|
||||
gaps bottom 5
|
||||
gaps left 5
|
||||
gaps inner 3
|
||||
gaps outer 3
|
||||
gaps horizontal 3
|
||||
gaps vertical 3
|
||||
gaps top 3
|
||||
gaps right 3
|
||||
gaps bottom 3
|
||||
gaps left 3
|
||||
|
||||
# Global gaps size
|
||||
# gaps inner 10 gaps outer 15
|
||||
|
||||
Reference in New Issue
Block a user