Added i3 binds and dolphin hotfix
This commit is contained in:
parent
8f07828653
commit
025fc5a08d
2 changed files with 6 additions and 1 deletions
1
.bashrc
1
.bashrc
|
@ -12,6 +12,7 @@ alias sudo='sudo '
|
|||
alias cheat='f() { curl cheat.sh/$1; };f'
|
||||
alias updatemirrors='sudo reflector --age 12 --number 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist'
|
||||
alias pacman-clean='pacman -Rsn $(pacman -Qdtq)'
|
||||
alias dolphin='/usr/bin/dolphin --stylesheet ~/.config/qt5ct/qss/dolphin.qss'
|
||||
|
||||
complete -cf sudo
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ bindsym $mod+Return exec i3-sensible-terminal
|
|||
bindsym $mod+Shift+q kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+d exec j4-dmenu-desktop &
|
||||
bindsym $mod+d exec dmenu_run
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
# installed.
|
||||
|
@ -178,6 +178,10 @@ bindsym $mod+r mode "resize"
|
|||
### Custom
|
||||
bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session
|
||||
|
||||
# Move workspace over to neighboring monitors
|
||||
bindsym $mod+Ctrl+Left move workspace to output left
|
||||
bindsym $mod+Ctrl+Right move workspace to output right
|
||||
|
||||
# Screen brightness controls
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
|
||||
|
|
Loading…
Reference in a new issue