doodoo
This commit is contained in:
parent
90d822437a
commit
faa991bbaf
@ -27,6 +27,7 @@ alias e="nvim ."
|
|||||||
# cd commands
|
# cd commands
|
||||||
alias c="cd ~/.config"
|
alias c="cd ~/.config"
|
||||||
alias cuni="cd ~/Documents/Uni/CS && l"
|
alias cuni="cd ~/Documents/Uni/CS && l"
|
||||||
|
|
||||||
# cli applications
|
# cli applications
|
||||||
alias yt="youtube-viewer"
|
alias yt="youtube-viewer"
|
||||||
|
|
||||||
@ -35,4 +36,5 @@ alias gs="git status"
|
|||||||
alias gp="git push"
|
alias gp="git push"
|
||||||
alias ga="git add"
|
alias ga="git add"
|
||||||
|
|
||||||
|
#cat is now bat!
|
||||||
|
alias cat="bat"
|
||||||
|
32
i3/config
32
i3/config
@ -80,6 +80,8 @@ exec --no-startup-id nitrogen --set-zoom-fill --save /home/simon/Pictures/wallpa
|
|||||||
exec --no-startup-id guake
|
exec --no-startup-id guake
|
||||||
exec --no-startup-id picom -c
|
exec --no-startup-id picom -c
|
||||||
exec --no-startup-id xfce4-power-manager
|
exec --no-startup-id xfce4-power-manager
|
||||||
|
exec --no-startup-id gammy
|
||||||
|
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
@ -131,9 +133,13 @@ bindsym $mod+Ctrl+Down resize shrink height 1 px or 1 ppt
|
|||||||
bindsym $mod+Ctrl+Left resize grow width 1 px or 1 ppt
|
bindsym $mod+Ctrl+Left resize grow width 1 px or 1 ppt
|
||||||
|
|
||||||
# multi moniter support
|
# multi moniter support
|
||||||
bindsym $mod+greater move workspace to output right
|
# focus monitors
|
||||||
bindsym $mod+less move workspace to output left
|
bindsym $mod+bracketleft focus output left
|
||||||
|
bindsym $mod+bracketright focus output right
|
||||||
|
|
||||||
|
# move to monitors
|
||||||
|
bindsym $mod+Shift+bracketleft move output left
|
||||||
|
bindsym $mod+Shift+bracketright move output right
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
bindsym $mod+semicolon split h
|
bindsym $mod+semicolon split h
|
||||||
@ -161,8 +167,8 @@ bindsym $mod+a focus parent
|
|||||||
# focus the child container
|
# focus the child container
|
||||||
#bindsym $mod+d focus child
|
#bindsym $mod+d focus child
|
||||||
|
|
||||||
new_window pixel 2
|
new_window pixel 4
|
||||||
default_border pixel 2
|
default_border pixel 4
|
||||||
|
|
||||||
gaps inner 14
|
gaps inner 14
|
||||||
gaps outer 14
|
gaps outer 14
|
||||||
@ -209,9 +215,10 @@ bindsym --release $mod+Shift+Print exec --no-startup-id bash /home/simon/.script
|
|||||||
|
|
||||||
|
|
||||||
#### ROFI
|
#### ROFI
|
||||||
bindsym $mod+e exec --no-startup-id rofi -show emoji -modi emoji
|
#no longer needed
|
||||||
|
#bindsym $mod+e exec --no-startup-id rofi -show emoji -modi emoji
|
||||||
|
|
||||||
bindsym $mod+Shift+e exec --no-startup-id rofi -show
|
bindsym $mod+e exec --no-startup-id rofi -show
|
||||||
|
|
||||||
#neomutt mail
|
#neomutt mail
|
||||||
bindsym $mod+m exec --no-startup-id alacritty -e neomutt
|
bindsym $mod+m exec --no-startup-id alacritty -e neomutt
|
||||||
@ -222,6 +229,7 @@ bindsym $mod+m exec --no-startup-id alacritty -e neomutt
|
|||||||
for_window [class="feh" instance="feh"] floating enable
|
for_window [class="feh" instance="feh"] floating enable
|
||||||
for_window [class="org.pwmt.zathura" instance="zathura"] floating enable
|
for_window [class="org.pwmt.zathura" instance="zathura"] floating enable
|
||||||
for_window [class="gl" instance="mpv"] floating enable
|
for_window [class="gl" instance="mpv"] floating enable
|
||||||
|
for_window [instance="gammy"] floating enable
|
||||||
|
|
||||||
#wpg
|
#wpg
|
||||||
#bindsym $mod+$alt+t exec wpg -m && wpg --brt $(wpg -c) 10.6 && wpg -s $(wpg -c) && bash /home/simon/.scripts/getwal
|
#bindsym $mod+$alt+t exec wpg -m && wpg --brt $(wpg -c) 10.6 && wpg -s $(wpg -c) && bash /home/simon/.scripts/getwal
|
||||||
@ -248,6 +256,18 @@ set $ws8 "8"
|
|||||||
set $ws9 "9"
|
set $ws9 "9"
|
||||||
set $ws10 "10"
|
set $ws10 "10"
|
||||||
|
|
||||||
|
workspace 1 output primary
|
||||||
|
workspace 2 output primary
|
||||||
|
workspace 3 output primary
|
||||||
|
workspace 4 output primary
|
||||||
|
workspace 5 output primary
|
||||||
|
|
||||||
|
workspace 6 output eDP-1
|
||||||
|
workspace 7 output eDP-1
|
||||||
|
workspace 8 output eDP-1
|
||||||
|
workspace 9 output eDP-1
|
||||||
|
workspace 10 output eDP-1
|
||||||
|
|
||||||
# switch to workspace
|
# switch to workspace
|
||||||
bindsym $mod+1 workspace number $ws1
|
bindsym $mod+1 workspace number $ws1
|
||||||
bindsym $mod+2 workspace number $ws2
|
bindsym $mod+2 workspace number $ws2
|
||||||
|
@ -22,10 +22,10 @@ settings:
|
|||||||
scrolling.smooth:
|
scrolling.smooth:
|
||||||
global: true
|
global: true
|
||||||
statusbar.show:
|
statusbar.show:
|
||||||
global: always
|
global: never
|
||||||
tabs.position:
|
tabs.position:
|
||||||
global: left
|
global: left
|
||||||
tabs.show:
|
tabs.show:
|
||||||
global: always
|
global: never
|
||||||
tabs.width:
|
tabs.width:
|
||||||
global: 2%
|
global: 2%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user