Compare commits

...

11 Commits

Author SHA1 Message Date
446a7a9e1e Merge remote-tracking branch 'origin/master' into mininux 2024-06-21 17:58:27 +02:00
e5c35cde47 Merge branch 'master' into mininux 2024-06-20 14:54:00 +02:00
b582b5daab notification toggler 2024-04-19 20:55:24 +02:00
37ba913453 lombok 2024-04-16 12:29:05 +02:00
f5f394f8f7 adding tmux 2024-04-15 17:06:49 +02:00
39e2301518 logiscool 2024-03-08 08:12:36 +01:00
c301c0c984 fap and dog commands 2024-03-08 08:10:57 +01:00
244ccad598 vim 2024-02-29 14:49:05 +01:00
Debucquoy
9baf9fe901 Merge branch 'master' into mininux 2024-01-24 08:56:41 +01:00
4f5edb6932 Adding submodules 2024-01-24 08:55:17 +01:00
Debucquoy
a009c1049b Mininux specials 2024-01-24 08:40:04 +01:00
5 changed files with 22 additions and 8 deletions

9
bin/.bin/zoom_screen Executable file
View File

@@ -0,0 +1,9 @@
current_resolution=$(xrandr | awk '/DSI1/ {print $4}')
if [[ $current_resolution == 1920x1200* ]];
then
xrandr --size 600x960
else
xrandr --size 1200x1920
fi
chwp

View File

@@ -1,8 +1,8 @@
# bspwm hotkeys
#
# Cleanly quit bspwm
super + shift + a
bspc quit 1 && pkill lemonpanel && pkill lemonbar
super + shift + q
bspc quit 1
# Show keybindings
super + F1
@@ -96,7 +96,7 @@ super + Return
# bspc node -n @/
# go (Shift=move) to desktop (and focus the monitor that the desktop is located on. Bspwm style)
super + {_,shift + }{ampersand,eacute,quotedbl,apostrophe,parenleft,minus,egrave,underscore,ccedilla,agrave}
super + {_,shift + }{1,2,3,4,5,6,7,8,9,0}
bspc {desktop -f,node -d} ^{1-9,10}
## Alternative: i3 style behavior (focus nth, desktop of the focused monitor)
@@ -125,7 +125,7 @@ super + Tab
WindowSelector
#Focus windows by direction, works with multihead
super + {q,s,z,d}
super + {a,s,w,d}
focusmover {west,south,north,east}
super + {h,j,k,l}
@@ -137,7 +137,7 @@ super + {Left,Down,Up,Right}
# Move tiled windows. Moving a tiled window to
# preselected one moves into preselection instead.
# Moving out of the screen should move the window to next monitor if possible
super + shift + {q,s,z,d}
super + shift + {q,s,w,d}
windowgrabber {west,south,north,east}
super + shift + {h,j,k,l}
@@ -148,7 +148,7 @@ super + shift + {Left,Down,Up,Right}
euclid_mover {west,south,north,east}
#resize windows
super + ctrl + {q,s,z,d}
super + ctrl + {a,s,w,d}
bspwm_resize.sh {west,south,north,east}
super + ctrl + {h,j,k,l}
@@ -334,6 +334,9 @@ super + ctrl + space
{pkill picom ,\
picom -b }
ctrl + alt +t
pkill rotateScreen_au || rotateScreen_auto
# Remove receptacles
super + BackSpace
for i in $(bspc query -N -n .leaf.!window.local); do bspc node $i -k; done

View File

@@ -0,0 +1 @@
set tw=120

View File

@@ -132,4 +132,4 @@ hi Normal ctermfg=None ctermbg=None
hi NonText ctermfg=None ctermbg=None
packadd termdebug
let g:termdebug_wide=1
let termdebug_wide=1

View File

@@ -187,7 +187,8 @@ bindkey '^[[B' history-substring-search-down
# Apply different settigns for different terminals
case $(basename "$(cat "/proc/$PPID/comm")") in
login)
RPROMPT="%{$fg[red]%} %(?..[%?])"
RPROMPT="%(?.%{$fg[green]%} %{$reset_color%}.%{$fg[red]%}✗ %{$reset_color%})"
# RPROMPT="%{$fg[red]%} %(?..[%?])"
alias x='startx ~/.xinitrc' # Type name of desired desktop after x, xinitrc is configured for it
;;
# 'tmux: server')