mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update
This commit is contained in:
parent
0d2b7d6ba3
commit
7cf1432163
50 changed files with 1576 additions and 977 deletions
|
|
@ -17,11 +17,12 @@ hide_edge_borders smart
|
|||
|
||||
############ Variables ###########
|
||||
set $terminal kitty
|
||||
set $browser qutebrowser
|
||||
set $browser firefox
|
||||
set $filemanager pcmanfm
|
||||
|
||||
############ Autostart ############
|
||||
exec --no-startup-id exec picom -b
|
||||
exec --no-startup-id exec nmcli radio wifi on; nmcli device wifi connect <wifi_name> password <wifi_password> name net
|
||||
exec --no-startup-id exec nmcli radio wifi on; nmcli device wifi connect Pechenka password 24032006 name net
|
||||
exec --no-startup-id exec redshift-gtk
|
||||
exec --no-startup-id exec nitrogen --restore
|
||||
exec --no-startup-id exec setxkbmap "us,ru,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps"
|
||||
|
|
@ -42,8 +43,6 @@ bindsym $mod+Control+r restart
|
|||
bindsym $mod+a focus parent
|
||||
# Floating window
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
# Fullscreen mode
|
||||
bindsym $mod+F11 fullscreen toggle
|
||||
# Splits
|
||||
bindsym $mod+b split h
|
||||
bindsym $mod+v split v
|
||||
|
|
@ -55,7 +54,6 @@ bindsym $mod+e layout toggle split
|
|||
bindsym $mod+Shift+grave move scratchpad
|
||||
bindsym $mod+grave scratchpad show, floating disable
|
||||
|
||||
|
||||
### Launchers
|
||||
bindsym $mod+p exec "dmenu_run -h 24 -p Run"
|
||||
bindsym $mod+Shift+Return exec "rofi -show drun -drun-display-format '{name}'"
|
||||
|
|
@ -63,13 +61,15 @@ 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 passmenu -h 24 -p Passwords
|
||||
bindsym $alt+Tab exec "rofi -show window -show-icons"
|
||||
bindsym $mod+$alt+t exec $terminal nvim .todo
|
||||
|
||||
|
||||
### Applications
|
||||
bindsym $mod+Return exec $terminal
|
||||
bindsym $mod+F2 exec $browser
|
||||
bindsym $mod+F3 exec gnvim
|
||||
bindsym $mod+F4 exec $filemanager
|
||||
bindsym --release $mod+Shift+Escape exec xkill
|
||||
bindsym $mod+$alt+t exec $terminal -e "nvim ~/.todo"
|
||||
|
||||
|
||||
### Sceenshot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue