aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 1c619dd..187755d 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -2,7 +2,7 @@ set $mod Mod4
2 2
3font pango:Berkeley Mono Bold 7 3font pango:Berkeley Mono Bold 7
4exec --no-startup-id dex --autostart --environment i3 4exec --no-startup-id dex --autostart --environment i3
5exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork 5exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork --color 000000
6exec --no-startup-id nm-applet 6exec --no-startup-id nm-applet
7 7
8# Use pactl to adjust volume in PulseAudio. 8# Use pactl to adjust volume in PulseAudio.
@@ -15,7 +15,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
15# My keybinds 15# My keybinds
16bindsym $mod+bracketright exec --no-startup-id pats -t 16bindsym $mod+bracketright exec --no-startup-id pats -t
17bindsym $mod+m exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle 17bindsym $mod+m exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
18bindsym $mod+l exec --no-startup-id i3lock 18bindsym $mod+l exec --no-startup-id i3lock --nofork --color 000000
19bindsym $mod+z exec --no-startup-id xmagnify -s 1000 -z 3 19bindsym $mod+z exec --no-startup-id xmagnify -s 1000 -z 3
20bindsym $mod+p exec --no-startup-id "rofi -show drun -theme ~/.black.rasi" 20bindsym $mod+p exec --no-startup-id "rofi -show drun -theme ~/.black.rasi"
21bindsym $mod+Escape exec --no-startup-id "maim -s | xclip -selection clipboard -t image/png" 21bindsym $mod+Escape exec --no-startup-id "maim -s | xclip -selection clipboard -t image/png"