mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 04:30:53 +02:00
added clipster
This commit is contained in:
@@ -31,6 +31,9 @@ autostart() {
|
|||||||
run "fix_xcursor"
|
run "fix_xcursor"
|
||||||
run "xmodmap" "$HOME/.Xmodmap"
|
run "xmodmap" "$HOME/.Xmodmap"
|
||||||
|
|
||||||
|
# Clipboard
|
||||||
|
run "clipster" "-d"
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
# run "nvidia-settings --load-config-only"
|
# run "nvidia-settings --load-config-only"
|
||||||
run "dunst"
|
run "dunst"
|
||||||
|
|||||||
+8
-5
@@ -69,6 +69,9 @@ bindsym $mod+Tab exec --no-startup-id "rofi -show window"
|
|||||||
# dmenu
|
# dmenu
|
||||||
#bindsym $mod+e exec --no-startup-id dmenu_recency
|
#bindsym $mod+e exec --no-startup-id dmenu_recency
|
||||||
|
|
||||||
|
# Clipster
|
||||||
|
bindsym $mod+c exec --no-startup-id clipster -sp
|
||||||
|
|
||||||
################################################################################################
|
################################################################################################
|
||||||
# Music
|
# Music
|
||||||
|
|
||||||
@@ -160,13 +163,13 @@ bindsym $mod+Shift+d move right
|
|||||||
|
|
||||||
# workspace back and forth (with/without active container)
|
# workspace back and forth (with/without active container)
|
||||||
workspace_auto_back_and_forth yes
|
workspace_auto_back_and_forth yes
|
||||||
bindsym $mod+x 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
|
#bindsym $mod+Shift+x move container to workspace back_and_forth; workspace back_and_forth
|
||||||
|
|
||||||
# split orientation
|
# split orientation
|
||||||
bindsym $mod+c split toggle
|
bindsym $mod+x split toggle
|
||||||
bindsym $mod+Shift+c split h;exec notify-send 'Tile horizontally'
|
bindsym $mod+Shift+x split h;exec notify-send 'Tile horizontally'
|
||||||
bindsym $mod+Ctrl+c split v;exec notify-send 'Tile vertically'
|
bindsym $mod+Ctrl+x split v;exec notify-send 'Tile vertically'
|
||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
# change container layout (stacked, tabbed, toggle split)
|
||||||
bindsym $mod+t layout toggle split;
|
bindsym $mod+t layout toggle split;
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ export PATH="$PATH:/home/sim/.dotnet/tools"
|
|||||||
# Hardware
|
# Hardware
|
||||||
alias bat="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
|
alias bat="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
|
||||||
|
|
||||||
# noteconv
|
|
||||||
alias noteconv="cd '$NOTEBOOK_DIR/SRC' && python convert.py"
|
|
||||||
|
|
||||||
# xampp
|
# xampp
|
||||||
alias xampp="sudo /opt/lampp/manager-linux-x64.run"
|
alias xampp="sudo /opt/lampp/manager-linux-x64.run"
|
||||||
|
|
||||||
@@ -129,3 +126,11 @@ alias win1660="sudo virsh start Windows10_1660"
|
|||||||
# init
|
# init
|
||||||
|
|
||||||
alias nvminit="source /usr/share/nvm/init-nvm.sh"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user