mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update alacritty, kitty, bspwm, i3wm, vim,tmux configs & sctipts
This commit is contained in:
parent
246dc34d13
commit
c7da10d076
22 changed files with 256 additions and 282 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
killall -q polybar
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
polybar i3bar &
|
||||
polybar bar &
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@ bindsym $mod+Control+w layout tabbed
|
|||
bindsym $mod+Control+e layout toggle split
|
||||
|
||||
# Splits
|
||||
#bindsym $mod+b split h
|
||||
#bindsym $mod+v split v
|
||||
bindsym $mod+b split h
|
||||
bindsym $mod+v split v
|
||||
|
||||
# Scratchpad
|
||||
bindsym $mod+Shift+grave move scratchpad
|
||||
|
|
@ -64,11 +64,10 @@ bindsym $mod+grave scratchpad show, floating disable
|
|||
############## User key ###########
|
||||
|
||||
# Menus
|
||||
bindsym $mod+Shift+apostrophe exec "rofi -location 6 -show run"
|
||||
bindsym $mod+Shift+Return exec "rofi -location 6 -show drun"
|
||||
bindsym $mod+Escape exec ~/.script/dmenu/dmenu-power.sh -b -h 24
|
||||
bindsym $mod+Control+u exec ~/.script/dmenu/dmenu-config-edit.sh -b -h 24
|
||||
bindsym $mod+Control+i exec passmenu -b -h 24 -p Passwords
|
||||
bindsym $mod+Shift+Return exec rofi -show drun
|
||||
bindsym $mod+Escape exec ~/.script/dmenu/dmenu-power.sh
|
||||
bindsym $mod+Control+u exec ~/.script/dmenu/dmenu-config-edit.sh
|
||||
bindsym $mod+Control+i exec ~/.script/dmenu/dmenu-pass.sh
|
||||
|
||||
# Apps
|
||||
bindsym $mod+Return exec $terminal
|
||||
|
|
@ -78,9 +77,6 @@ bindsym $mod+Shift+e exec $codeeditor
|
|||
bindsym $mod+Shift+c exec $guicode
|
||||
bindsym $mod+Shift+d exec $documentationreader
|
||||
|
||||
# Toogle polybar
|
||||
bindsym $mod+b exec ~/.script/polybar-toggle
|
||||
|
||||
# Sceenshot
|
||||
bindsym --release Print exec scrot -s /home/${USER}/$(date +%Y-%m-%d-%H-%M-%S).png
|
||||
bindsym --release Shift+Print exec scrot /home/${USER}/$(date +%Y-%m-%d-%H-%M-%S).png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue