1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-03-25 07:22:54 +01:00

added clipster

This commit is contained in:
sim
2022-10-06 10:40:48 +02:00
parent d8f193fd6d
commit 251bc41607
3 changed files with 19 additions and 8 deletions

View File

@@ -31,6 +31,9 @@ autostart() {
run "fix_xcursor"
run "xmodmap" "$HOME/.Xmodmap"
# Clipboard
run "clipster" "-d"
# Display
# run "nvidia-settings --load-config-only"
run "dunst"

View File

@@ -69,6 +69,9 @@ bindsym $mod+Tab exec --no-startup-id "rofi -show window"
# dmenu
#bindsym $mod+e exec --no-startup-id dmenu_recency
# Clipster
bindsym $mod+c exec --no-startup-id clipster -sp
################################################################################################
# Music
@@ -160,13 +163,13 @@ bindsym $mod+Shift+d move right
# workspace back and forth (with/without active container)
workspace_auto_back_and_forth yes
bindsym $mod+x workspace back_and_forth
bindsym $mod+Shift+x move container to workspace back_and_forth; workspace back_and_forth
#bindsym $mod+x workspace back_and_forth
#bindsym $mod+Shift+x move container to workspace back_and_forth; workspace back_and_forth
# split orientation
bindsym $mod+c split toggle
bindsym $mod+Shift+c split h;exec notify-send 'Tile horizontally'
bindsym $mod+Ctrl+c split v;exec notify-send 'Tile vertically'
bindsym $mod+x split toggle
bindsym $mod+Shift+x split h;exec notify-send 'Tile horizontally'
bindsym $mod+Ctrl+x split v;exec notify-send 'Tile vertically'
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+t layout toggle split;

View File

@@ -12,9 +12,6 @@ export PATH="$PATH:/home/sim/.dotnet/tools"
# Hardware
alias bat="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
# noteconv
alias noteconv="cd '$NOTEBOOK_DIR/SRC' && python convert.py"
# xampp
alias xampp="sudo /opt/lampp/manager-linux-x64.run"
@@ -129,3 +126,11 @@ alias win1660="sudo virsh start Windows10_1660"
# init
alias nvminit="source /usr/share/nvm/init-nvm.sh"
##### FH
# Shortcut for cd-ing to the FH dir
alias cdfh="cd '$NOTEBOOK_DIR/SRC'"
# Shortcut for starting the SWO3 dev environment
alias swo3build="sudo docker run -it --rm -v \"$(pwd)\":/home/swo3 swo3"
# Noteconv
alias noteconv="cd '$NOTEBOOK_DIR/SRC' && python convert.py"