mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Update: Added new modules to polybar, edited i3 config, added rofi-powermenu and touchpad_toggle scripts.
This commit is contained in:
+10
-6
@@ -7,8 +7,9 @@ tiling_drag modifier titlebar
|
||||
|
||||
font pango:Open sans 11
|
||||
exec --no-startup-id dex --autostart --environment i3
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
exec_always --no-startup-id feh --no-fehbg --bg-scale $HOME/Pictures/wallpapers/background.png
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- lock --nofork
|
||||
exec_always --no-startup-id xrandr --dpi 96
|
||||
exec_always --no-startup-id feh --no-fehbg --bg-fill $HOME/Pictures/wallpapers/background.png
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
exec_always --no-startup-id dunst &
|
||||
exec_always --no-startup-id /usr/lib/polkit-kde-authentication-agent-1 &
|
||||
@@ -17,18 +18,21 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id volume_control -s +5 -m 125 &&
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id volume_control -s -5 -m 125 && volume_level
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && volume_mute
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && microphone_mute
|
||||
# bindsym XF86ScreenSaver
|
||||
bindsym XF86ScreenSaver exec --no-startup-id xset dpms force off
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightness_control -s -2 && brightness_level
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightness_control -s +2 && brightness_level
|
||||
# bindsym XF86TouchpadToggle
|
||||
bindsym XF86SplitScreen exec --no-startup-id touchpad_toggle
|
||||
bindsym XF86TouchpadToggle exec --no-startup-id touchpad_toggle
|
||||
# bindsym XF86RFKill
|
||||
bindsym XF86Calculator exec --no-startup-id nemo
|
||||
# bindsym XF86Calculator exec --no-startup-id nemo
|
||||
bindsym Ctrl+F5 exec --no-startup-id rofi -show drun
|
||||
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run
|
||||
bindsym $mod+d exec --no-startup-id rofi -show drun
|
||||
# bindsym $mod+d exec --no-startup-id dmenu_run
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
|
||||
Reference in New Issue
Block a user