doodoo
This commit is contained in:
parent
90d822437a
commit
faa991bbaf
@ -27,6 +27,7 @@ alias e="nvim ."
|
||||
# cd commands
|
||||
alias c="cd ~/.config"
|
||||
alias cuni="cd ~/Documents/Uni/CS && l"
|
||||
|
||||
# cli applications
|
||||
alias yt="youtube-viewer"
|
||||
|
||||
@ -35,4 +36,5 @@ alias gs="git status"
|
||||
alias gp="git push"
|
||||
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 picom -c
|
||||
exec --no-startup-id xfce4-power-manager
|
||||
exec --no-startup-id gammy
|
||||
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
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
|
||||
|
||||
# multi moniter support
|
||||
bindsym $mod+greater move workspace to output right
|
||||
bindsym $mod+less move workspace to output left
|
||||
# focus monitors
|
||||
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
|
||||
bindsym $mod+semicolon split h
|
||||
@ -161,8 +167,8 @@ bindsym $mod+a focus parent
|
||||
# focus the child container
|
||||
#bindsym $mod+d focus child
|
||||
|
||||
new_window pixel 2
|
||||
default_border pixel 2
|
||||
new_window pixel 4
|
||||
default_border pixel 4
|
||||
|
||||
gaps inner 14
|
||||
gaps outer 14
|
||||
@ -209,9 +215,10 @@ bindsym --release $mod+Shift+Print exec --no-startup-id bash /home/simon/.script
|
||||
|
||||
|
||||
#### 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
|
||||
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="org.pwmt.zathura" instance="zathura"] floating enable
|
||||
for_window [class="gl" instance="mpv"] floating enable
|
||||
for_window [instance="gammy"] floating enable
|
||||
|
||||
#wpg
|
||||
#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 $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
|
||||
bindsym $mod+1 workspace number $ws1
|
||||
bindsym $mod+2 workspace number $ws2
|
||||
|
@ -22,10 +22,10 @@ settings:
|
||||
scrolling.smooth:
|
||||
global: true
|
||||
statusbar.show:
|
||||
global: always
|
||||
global: never
|
||||
tabs.position:
|
||||
global: left
|
||||
tabs.show:
|
||||
global: always
|
||||
global: never
|
||||
tabs.width:
|
||||
global: 2%
|
||||
|
Loading…
x
Reference in New Issue
Block a user