diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/flameshot/flameshot.ini | 12 | ||||
-rw-r--r-- | dot_config/i3/config | 8 |
2 files changed, 17 insertions, 3 deletions
diff --git a/dot_config/flameshot/flameshot.ini b/dot_config/flameshot/flameshot.ini new file mode 100644 index 0000000..6f4616a --- /dev/null +++ b/dot_config/flameshot/flameshot.ini | |||
@@ -0,0 +1,12 @@ | |||
1 | [General] | ||
2 | contrastOpacity=188 | ||
3 | copyOnDoubleClick=true | ||
4 | drawColor=#ffffff | ||
5 | filenamePattern=Snipaste_%F_%H-%M-%S | ||
6 | saveAfterCopy=true | ||
7 | saveAsFileExtension=png | ||
8 | savePath=/home/clarkzjw/Documents/sync/Pictures/Screenshots/2022 | ||
9 | savePathFixed=true | ||
10 | showHelp=true | ||
11 | showStartupLaunchMessage=false | ||
12 | startupLaunch=true | ||
diff --git a/dot_config/i3/config b/dot_config/i3/config index ef94027..6116923 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -190,7 +190,6 @@ bindsym F1 exec ~/.config/i3/scripts/keyhint-2 | |||
190 | # switch between builtin monitor and external monitors | 190 | # switch between builtin monitor and external monitors |
191 | bindsym F9 exec --no-startup-id ~/.config/i3/scripts/monitor | 191 | bindsym F9 exec --no-startup-id ~/.config/i3/scripts/monitor |
192 | 192 | ||
193 | |||
194 | # Backlight control | 193 | # Backlight control |
195 | bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%" | 194 | bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%" |
196 | bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%" | 195 | bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%" |
@@ -267,10 +266,13 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous | |||
267 | # Redirect sound to headphones | 266 | # Redirect sound to headphones |
268 | #bindsym $mod+p exec /usr/local/bin/switch-audio-port | 267 | #bindsym $mod+p exec /usr/local/bin/switch-audio-port |
269 | 268 | ||
270 | ## App shortcuts | 269 | # App shortcuts |
271 | bindsym $mod+w exec /usr/bin/firefox | 270 | bindsym $mod+w exec /usr/bin/firefox |
272 | bindsym $mod+n exec /usr/bin/thunar | 271 | bindsym $mod+n exec /usr/bin/thunar |
273 | bindsym Print exec --no-startup-id mkdir -p ~/Pictures/Screenshot/`date +"%Y/%m"` && scrot ~/Pictures/Screenshot/%Y/%m/%Y-%m-%d-%T-screenshot.png && notify-send "Screenshot saved" | 272 | |
273 | # Screenshot | ||
274 | bindsym Print exec --no-startup-id flameshot gui | ||
275 | bindsym $mod+Print exec --no-startup-id flameshot full | ||
274 | 276 | ||
275 | # Power Profiles menu switcher (rofi) | 277 | # Power Profiles menu switcher (rofi) |
276 | bindsym $mod+Shift+p exec --no-startup-id ~/.config/i3/scripts/power-profiles | 278 | bindsym $mod+Shift+p exec --no-startup-id ~/.config/i3/scripts/power-profiles |