diff options
author | Yigit Sever | 2019-03-22 11:40:42 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-22 11:41:51 +0300 |
commit | 986b5df9984cfc0f21bb83771fb5aa119e1123b3 (patch) | |
tree | 7903749d1eac24fb6655fdf2cd0f8758ad32e89c /.config/i3/config##mobile.Linux.Luchs | |
parent | f2d5aab582154e0dfe2bd0c27fb2fae38918f300 (diff) | |
download | dotfiles-986b5df9984cfc0f21bb83771fb5aa119e1123b3.tar.gz dotfiles-986b5df9984cfc0f21bb83771fb5aa119e1123b3.tar.bz2 dotfiles-986b5df9984cfc0f21bb83771fb5aa119e1123b3.zip |
Mobile autostarts and parity
Diffstat (limited to '.config/i3/config##mobile.Linux.Luchs')
-rw-r--r-- | .config/i3/config##mobile.Linux.Luchs | 60 |
1 files changed, 38 insertions, 22 deletions
diff --git a/.config/i3/config##mobile.Linux.Luchs b/.config/i3/config##mobile.Linux.Luchs index 8929365..9ea02cf 100644 --- a/.config/i3/config##mobile.Linux.Luchs +++ b/.config/i3/config##mobile.Linux.Luchs | |||
@@ -5,31 +5,39 @@ | |||
5 | set $mod Mod4 | 5 | set $mod Mod4 |
6 | set $alt Mod1 | 6 | set $alt Mod1 |
7 | 7 | ||
8 | #autostart | 8 | # disable screensaver, beep and power saving |
9 | exec --no-startup-id xsettingsd & | 9 | exec --no-startup-id xset -dpms & |
10 | exec --no-startup-id xset s off & | ||
11 | exec --no-startup-id xset -b & | ||
12 | |||
13 | # start the network manager, useful for vpns | ||
14 | exec --no-startup-id nm-applet & | ||
15 | |||
16 | # removable media | ||
17 | exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify & | ||
18 | |||
19 | # set the wallpaper and other visuals | ||
20 | exec --no-startup-id ~/.fehbg & | ||
10 | exec --no-startup-id compton -b & | 21 | exec --no-startup-id compton -b & |
22 | exec --no-startup-id xsettingsd & | ||
23 | |||
24 | # utilities | ||
11 | exec --no-startup-id dropbox & | 25 | exec --no-startup-id dropbox & |
12 | exec --no-startup-id copyq & | 26 | exec --no-startup-id copyq & |
13 | exec --no-startup-id xset -b | 27 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf & |
14 | exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Natural Scrolling Enabled" 1 & | 28 | exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf & |
15 | exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Tapping Enabled" 1 & | ||
16 | exec --no-startup-id nm-applet | ||
17 | exec --no-startup-id ~/.fehbg | ||
18 | |||
19 | # start the screensaver, '' at the end is not a typo | ||
20 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -t "Welcome Back"' '' | ||
21 | 29 | ||
22 | #launch polybar | 30 | # keyboard with alt+shift us,tr switch, map escape to capslock |
23 | exec --no-startup-id $HOME/.config/polybar/launch.sh | 31 | exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & |
24 | 32 | ||
25 | # swap caps lock and escape, set keyboard layout | 33 | exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Natural Scrolling Enabled" 1 & |
26 | exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape | 34 | exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Tapping Enabled" 1 & |
27 | 35 | ||
28 | #launch conky windows | 36 | # launch polybar |
29 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf | 37 | exec --no-startup-id $HOME/.config/polybar/launch.sh & |
30 | exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf | ||
31 | 38 | ||
32 | exec --no-startup-id clight | 39 | # start the screensaver, '' at the end is not a typo |
40 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' | ||
33 | 41 | ||
34 | gaps inner 0 | 42 | gaps inner 0 |
35 | gaps outer 0 | 43 | gaps outer 0 |
@@ -40,14 +48,16 @@ font pango:Lato 11 | |||
40 | # Use Mouse+$mod to drag floating windows to their wanted position | 48 | # Use Mouse+$mod to drag floating windows to their wanted position |
41 | floating_modifier $alt | 49 | floating_modifier $alt |
42 | 50 | ||
43 | # bindings | 51 | ############## |
44 | 52 | # bindings # | |
45 | # shoo the mouse | 53 | ############## |
46 | bindsym $mod+o exec --no-startup-id xdotool mousemove 1920 1080 | ||
47 | 54 | ||
48 | # i switched back to firefox can you tell | 55 | # i switched back to firefox can you tell |
49 | bindsym Ctrl+q exec --no-startup-id true | 56 | bindsym Ctrl+q exec --no-startup-id true |
50 | 57 | ||
58 | # get the mouse out of the way | ||
59 | bindsym $mod+o exec --no-startup-id xdotool mousemove 1920 1080 | ||
60 | |||
51 | # bookmark from clipboard | 61 | # bookmark from clipboard |
52 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c | 62 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c |
53 | 63 | ||
@@ -71,6 +81,12 @@ bindsym XF86AudioNext exec mpc next | |||
71 | bindsym XF86MonBrightnessUp exec xbacklight -inc 5 | 81 | bindsym XF86MonBrightnessUp exec xbacklight -inc 5 |
72 | bindsym XF86MonBrightnessDown exec xbacklight -dec 5 | 82 | bindsym XF86MonBrightnessDown exec xbacklight -dec 5 |
73 | 83 | ||
84 | # Make the currently focused window a scratchpad | ||
85 | bindsym $mod+Shift+minus move scratchpad | ||
86 | |||
87 | # Show the first scratchpad window | ||
88 | bindsym $mod+minus scratchpad show | ||
89 | |||
74 | # start a terminal | 90 | # start a terminal |
75 | bindsym $mod+Return exec kitty | 91 | bindsym $mod+Return exec kitty |
76 | 92 | ||