Add separate sxhkd config for pc and edit it
This commit is contained in:
parent
d3cb89de5a
commit
89d9c42042
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
235249
|
@ -1,33 +0,0 @@
|
||||
sw_volume: 100
|
||||
audio_device_state:1:Fifo visualisation
|
||||
audio_device_state:1:Alsa for audio sound card
|
||||
state: pause
|
||||
current: 17
|
||||
time: 2.413000
|
||||
random: 1
|
||||
repeat: 0
|
||||
single: 0
|
||||
consume: 0
|
||||
crossfade: 0
|
||||
mixrampdb: 0.000000
|
||||
mixrampdelay: -1.000000
|
||||
playlist_begin
|
||||
0:095 TLC.flac
|
||||
1:001 Cantate Tutti.flac
|
||||
2:005 Trofea.flac
|
||||
3:006 Nie Ma Fal.flac
|
||||
4:#FREEBIALAS.flac
|
||||
5:03 Subwoofer Lullaby.flac
|
||||
6:01 Jumpsuit.flac
|
||||
7:Cashew-1616442.flac
|
||||
8:Cashew-1616442.flac
|
||||
9:003 Małomiasteczkowy.flac
|
||||
10:003 Małomiasteczkowy.flac
|
||||
11:$$$.flac
|
||||
12:01 Key.flac
|
||||
13:026 Zorza.flac
|
||||
14:Heart Upon My Sleeve1.flac
|
||||
15:12 I've Been Waiting (Original Version) - Explicit.flac
|
||||
16:Moog City 2.flac
|
||||
17:!H.a.p.p.y!.flac
|
||||
playlist_end
|
@ -3,25 +3,33 @@
|
||||
# / __\ \/ / '_ \| |/ / _` |
|
||||
# \__ \> <| | | | < (_| |
|
||||
# |___/_/\_\_| |_|_|\_\__,_|
|
||||
#
|
||||
# config for pc
|
||||
|
||||
#~~~~~~
|
||||
# APPS
|
||||
#~~~~~~
|
||||
# Qutebrowser
|
||||
# qutebrowser
|
||||
super + b
|
||||
qutebrowser
|
||||
# St
|
||||
# st
|
||||
super + Return
|
||||
st
|
||||
# Ranger
|
||||
# vifm
|
||||
super + r
|
||||
st -e vifm
|
||||
# Rofi
|
||||
# rofi
|
||||
super + d
|
||||
rofi -show drun
|
||||
# Screenshot
|
||||
# screenshot
|
||||
Print
|
||||
$HOME/.scripts/screenshot.sh
|
||||
# neomutt
|
||||
XF86Mail
|
||||
st -e neomutt
|
||||
# bc
|
||||
XF86Calculator
|
||||
st -e bc
|
||||
|
||||
#~~~~~~~~~~~~
|
||||
# WM CONTROL
|
||||
@ -92,13 +100,8 @@ XF86Audio{Next,Prev}
|
||||
# Pause/play
|
||||
XF86AudioPlay
|
||||
mpc toggle
|
||||
# Open ncmpcpp
|
||||
XF86Tools
|
||||
st -e ncmpcpp
|
||||
|
||||
|
||||
#~~~~~~~~~~~~
|
||||
# BRIGHTNESS
|
||||
#~~~~~~~~~~~~
|
||||
# Down
|
||||
XF86MonBrightnessDown
|
||||
xbacklight -dec 10
|
||||
# Up
|
||||
XF86MonBrightnessUp
|
||||
xbacklight -inc 10
|
||||
|
106
botfiles/.config/sxhkd/sxhkdrc.laptop
Normal file
106
botfiles/.config/sxhkd/sxhkdrc.laptop
Normal file
@ -0,0 +1,106 @@
|
||||
# _ _ _
|
||||
# _____ _| |__ | | ____| |
|
||||
# / __\ \/ / '_ \| |/ / _` |
|
||||
# \__ \> <| | | | < (_| |
|
||||
# |___/_/\_\_| |_|_|\_\__,_|
|
||||
#
|
||||
# config for laptop
|
||||
|
||||
#~~~~~~
|
||||
# APPS
|
||||
#~~~~~~
|
||||
# Qutebrowser
|
||||
super + b
|
||||
qutebrowser
|
||||
# St
|
||||
super + Return
|
||||
st
|
||||
# Ranger
|
||||
super + r
|
||||
st -e vifm
|
||||
# Rofi
|
||||
super + d
|
||||
rofi -show drun
|
||||
# Screenshot
|
||||
End
|
||||
$HOME/.scripts/screenshot.sh
|
||||
|
||||
#~~~~~~~~~~~~
|
||||
# WM CONTROL
|
||||
#~~~~~~~~~~~~
|
||||
# Reload configs & autostart apps
|
||||
super + Escape
|
||||
bspc wm -r
|
||||
# Kill app
|
||||
super + {_,shift + }q
|
||||
bspc node -{c,k}
|
||||
# Set the window state
|
||||
super + {t,shift + t,s,f}
|
||||
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
||||
# Focus the node in the given direction
|
||||
super + {_,shift + }{h,j,k,l}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
# Focus the node for the given path jump
|
||||
super + {p,b,comma,period}
|
||||
bspc node -f @{parent,brother,first,second}
|
||||
# Focus the next/previous node in the current desktop
|
||||
super + {_,shift + }c
|
||||
bspc node -f {next,prev}.local
|
||||
# Focus the next/previous desktop in the current monitor
|
||||
super + bracket{left,right}
|
||||
bspc desktop -f {prev,next}.local
|
||||
# Focus the last node/desktop
|
||||
super + {grave,Tab}
|
||||
bspc {node,desktop} -f last
|
||||
# Focus the older or newer node in the focus history
|
||||
super + {o,i}
|
||||
bspc wm -h off; \
|
||||
bspc node {older,newer} -f; \
|
||||
bspc wm -h on
|
||||
# Focus or send to the given desktop
|
||||
super + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
# Preselect the ratio
|
||||
super + ctrl + {1-9}
|
||||
bspc node -o 0.{1-9}
|
||||
# Cancel the preselection for the focused node
|
||||
super + ctrl + space
|
||||
bspc node -p cancel
|
||||
# Cancel the preselection for the focused desktop
|
||||
super + ctrl + shift + space
|
||||
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
||||
# Expand a window by moving one of its side outward
|
||||
super + alt + {h,j,k,l}
|
||||
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
||||
# Contract a window by moving one of its side inward
|
||||
super + ctrl + {h,j,k,l}
|
||||
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
||||
# Move a floating window
|
||||
super + {Left,Down,Up,Right}
|
||||
bspc node -v {-20 0,0 20,0 -20,20 0}
|
||||
|
||||
#~~~~~~~
|
||||
# AUDIO
|
||||
#~~~~~~~
|
||||
# Mute
|
||||
XF86AudioMute
|
||||
amixer sset Master toggle
|
||||
# Volume control
|
||||
XF86Audio{Raise,Lower}Volume
|
||||
amixer sset Master 5%{+,-}
|
||||
# Songs control
|
||||
XF86Audio{Next,Prev}
|
||||
mpc {next,prev}
|
||||
# Pause/play
|
||||
XF86AudioPlay
|
||||
mpc toggle
|
||||
|
||||
#~~~~~~~~~~~~
|
||||
# BRIGHTNESS
|
||||
#~~~~~~~~~~~~
|
||||
# Down
|
||||
XF86MonBrightnessDown
|
||||
xbacklight -dec 10
|
||||
# Up
|
||||
XF86MonBrightnessUp
|
||||
xbacklight -inc 10
|
107
botfiles/.config/sxhkd/sxhkdrc.pc
Normal file
107
botfiles/.config/sxhkd/sxhkdrc.pc
Normal file
@ -0,0 +1,107 @@
|
||||
# _ _ _
|
||||
# _____ _| |__ | | ____| |
|
||||
# / __\ \/ / '_ \| |/ / _` |
|
||||
# \__ \> <| | | | < (_| |
|
||||
# |___/_/\_\_| |_|_|\_\__,_|
|
||||
#
|
||||
# config for pc
|
||||
|
||||
#~~~~~~
|
||||
# APPS
|
||||
#~~~~~~
|
||||
# qutebrowser
|
||||
super + b
|
||||
qutebrowser
|
||||
# st
|
||||
super + Return
|
||||
st
|
||||
# vifm
|
||||
super + r
|
||||
st -e vifm
|
||||
# rofi
|
||||
super + d
|
||||
rofi -show drun
|
||||
# screenshot
|
||||
Print
|
||||
$HOME/.scripts/screenshot.sh
|
||||
# neomutt
|
||||
XF86Mail
|
||||
st -e neomutt
|
||||
# bc
|
||||
XF86Calculator
|
||||
st -e bc
|
||||
|
||||
#~~~~~~~~~~~~
|
||||
# WM CONTROL
|
||||
#~~~~~~~~~~~~
|
||||
# Reload configs & autostart apps
|
||||
super + Escape
|
||||
bspc wm -r
|
||||
# Kill app
|
||||
super + {_,shift + }q
|
||||
bspc node -{c,k}
|
||||
# Set the window state
|
||||
super + {t,shift + t,s,f}
|
||||
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
||||
# Focus the node in the given direction
|
||||
super + {_,shift + }{h,j,k,l}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
# Focus the node for the given path jump
|
||||
super + {p,b,comma,period}
|
||||
bspc node -f @{parent,brother,first,second}
|
||||
# Focus the next/previous node in the current desktop
|
||||
super + {_,shift + }c
|
||||
bspc node -f {next,prev}.local
|
||||
# Focus the next/previous desktop in the current monitor
|
||||
super + bracket{left,right}
|
||||
bspc desktop -f {prev,next}.local
|
||||
# Focus the last node/desktop
|
||||
super + {grave,Tab}
|
||||
bspc {node,desktop} -f last
|
||||
# Focus the older or newer node in the focus history
|
||||
super + {o,i}
|
||||
bspc wm -h off; \
|
||||
bspc node {older,newer} -f; \
|
||||
bspc wm -h on
|
||||
# Focus or send to the given desktop
|
||||
super + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
# Preselect the ratio
|
||||
super + ctrl + {1-9}
|
||||
bspc node -o 0.{1-9}
|
||||
# Cancel the preselection for the focused node
|
||||
super + ctrl + space
|
||||
bspc node -p cancel
|
||||
# Cancel the preselection for the focused desktop
|
||||
super + ctrl + shift + space
|
||||
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
||||
# Expand a window by moving one of its side outward
|
||||
super + alt + {h,j,k,l}
|
||||
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
||||
# Contract a window by moving one of its side inward
|
||||
super + ctrl + {h,j,k,l}
|
||||
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
||||
# Move a floating window
|
||||
super + {Left,Down,Up,Right}
|
||||
bspc node -v {-20 0,0 20,0 -20,20 0}
|
||||
|
||||
#~~~~~~~
|
||||
# AUDIO
|
||||
#~~~~~~~
|
||||
# Mute
|
||||
XF86AudioMute
|
||||
amixer sset Master toggle
|
||||
# Volume control
|
||||
XF86Audio{Raise,Lower}Volume
|
||||
amixer sset Master 5%{+,-}
|
||||
# Songs control
|
||||
XF86Audio{Next,Prev}
|
||||
mpc {next,prev}
|
||||
# Pause/play
|
||||
XF86AudioPlay
|
||||
mpc toggle
|
||||
# Open ncmpcpp
|
||||
XF86Tools
|
||||
st -e ncmpcpp
|
||||
|
||||
|
4
dotman
4
dotman
@ -113,11 +113,13 @@ copy_configs() {
|
||||
cp -r * ~/.config/
|
||||
|
||||
if [ "$HOSTNAME" = "pc" ]; then
|
||||
echo "Use pc config"
|
||||
echo "Use pc config..."
|
||||
mv ~/.config/polybar/config.pc ~/.config/polybar/config
|
||||
mv ~/.config/sxhkd/sxhkdrc.pc ~/.config/sxhkd/sxhkdrc
|
||||
elif [ "$HOSTNAME" = "laptop" ]; then
|
||||
echo "Use laptop config..."
|
||||
mv ~/.config/polybar/config.laptop ~/.config/polybar/config
|
||||
mv ~/.config/sxhkd/sxhkdrc.laptop ~/.config/sxhkd/sxhkdrc
|
||||
fi
|
||||
|
||||
cd ~/Dotfiles/botfiles
|
||||
|
Loading…
x
Reference in New Issue
Block a user