dotfiles

Alpine Linux dotfiles

git clone git://git.lin.moe/dotfiles.git

 1bindsym $mod+Shift+q kill
 2
 3# terminal
 4bindsym $mod+Return exec $term
 5bindsym $mod+Shift+Return exec alacritty
 6
 7# rofi 
 8bindsym --no-repeat $mod+d exec "rofi -modi drun,ssh,run -show drun"
 9# rofi-window $mod + \
10bindcode --no-repeat $mod+51 exec "rofi -show window -case-smart"
11
12## pass
13bindsym --no-repeat $mod+p exec "python ~/.config/rofi/scripts/pass.py -p "
14bindsym --no-repeat $mod+Shift+p exec "python ~/.config/rofi/scripts/pass.py -o"
15
16bindsym --no-repeat $mod+i exec clipman pick --tool rofi -T'-i'
17bindsym --no-repeat $mod+Shift+i exec clipman clear -t rofi
18
19bindsym --no-repeat $mod+Shift+s exec 'grim -g "$(slurp)" $DIRPICS/screenshots/"$(date +%FT%H%M%S).png"'
20
21bindsym $mod+o mode "App"
22mode "App" {
23  bindsym b exec "librewolf", mode "default"
24  
25  bindsym l exec "swaylock -F --image $LOCKING_IMG", mode "default"
26  bindsym p exec "wl-paste | $HOME/.local/bin/pb | wl-copy", mode "default"
27  bindsym s exec "~/.config/rofi/scripts/sink.py", mode "default"
28  
29  bindsym space input type:touchpad events toggle enabled disabled, mode "default"
30  
31  bindsym Escape mode "default"
32  bindsym $mod+o mode "default"
33  bindsym Return mode "default"
34}