1
0

pre zsh-switch backup

This commit is contained in:
2024-12-13 17:13:32 +01:00
parent 6790f75c8a
commit d0db80b911
16 changed files with 423 additions and 105 deletions

View File

@@ -46,7 +46,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
# set $left j
# set $right semicolon
# Use winkey
# Use caps
exec setxkbmap -option caps:super
set $mod Mod4
# use Mouse+Mod1 to drag floating windows to their wanted position
@@ -66,7 +67,7 @@ bindsym $mod+n exec kitty -- fzf-launcher && exit
bindsym $mod+q kill
# Enable compose key with caps lock
exec setxkbmap -option compose:caps
# exec setxkbmap -option compose:caps
# start dmenu (a program launcher)
# bindsym $mod+d exec --no-startup-id dmenu_run
@@ -100,6 +101,10 @@ bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# move workspace
bindsym $mod+Ctrl+Right move workspace to output right
bindsym $mod+Ctrl+Left move workspace to output left
# split in horizontal orientation
bindsym $mod+h split h
@@ -213,6 +218,15 @@ bar {
status_command i3status
}
# Wallpaper
# exec --no-startup-id feh --bg-scale /home/anton/bg.png
# exec --no-startup-id mpv wallpaper.mp4 --loop --no-audio --no-media-controls
# exec --no-startup-id xinwrap -g 1920x1080 -ni -s -nf -b -fs -- mpv -wid WID wallpaper.mp4 --loop --no-audio --no-media-controls
exec --no-startup-id xwinwrap -g 1920x1080 -s -b -fdt -ni -sp -ov -- mpv wallpaper.mp4 -wid WID --loop --no-audio --gpu-api=vulkan
exec --no-startup-id xwinwrap -g 1920x1080+1920 -s -b -fdt -ni -sp -ov -- mpv wallpaper.mp4 -wid WID --loop --no-audio --gpu-api=vulkan
exec --no-startup-id ~/.config/i3/startup.sh
#######################################################################
# automatically start i3-config-wizard to offer the user to create a
# keysym-based config which used their favorite modifier (alt or windows)
@@ -223,4 +237,4 @@ bar {
#
# Please remove the following exec line:
#######################################################################
exec i3-config-wizard
# exec i3-config-wizard