From 025fc5a08d62bf1a1588aa2b3dfee1f81ac00335 Mon Sep 17 00:00:00 2001 From: logan2611 Date: Tue, 11 Feb 2020 16:45:01 -0700 Subject: [PATCH] Added i3 binds and dolphin hotfix --- .bashrc | 1 + .config/i3/config | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 5e61387..25cea4b 100644 --- a/.bashrc +++ b/.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 diff --git a/.config/i3/config b/.config/i3/config index f631c41..3ed7597 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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