summaryrefslogtreecommitdiffstats
path: root/.config/i3
diff options
context:
space:
mode:
authorYigit Sever2020-05-14 13:40:37 +0300
committerYigit Sever2020-05-14 13:40:37 +0300
commit632ea038519b58312c5bed7ad8788d4e46cfa12a (patch)
treed19da88f3c5bd897dca6a2634b98bfb9989c8176 /.config/i3
parent7d97392d13c548b6ca9a1ecde41c29f28ed0c061 (diff)
parentbaf7fef97f1fe2f1bbe8159f5a5a928a2eba73be (diff)
downloaddotfiles-632ea038519b58312c5bed7ad8788d4e46cfa12a.tar.gz
dotfiles-632ea038519b58312c5bed7ad8788d4e46cfa12a.tar.bz2
dotfiles-632ea038519b58312c5bed7ad8788d4e46cfa12a.zip
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config##c.desktop,h.Maus33
1 files changed, 22 insertions, 11 deletions
diff --git a/.config/i3/config##c.desktop,h.Maus b/.config/i3/config##c.desktop,h.Maus
index f169440..0fccdce 100644
--- a/.config/i3/config##c.desktop,h.Maus
+++ b/.config/i3/config##c.desktop,h.Maus
@@ -13,13 +13,15 @@ exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer no
13 13
14#autostart 14#autostart
15exec --no-startup-id xsettingsd & 15exec --no-startup-id xsettingsd &
16exec --no-startup-id compton -b & 16exec --no-startup-id picom -b &
17exec --no-startup-id flashfocus &
17exec --no-startup-id nextcloud & 18exec --no-startup-id nextcloud &
18exec --no-startup-id copyq & 19exec --no-startup-id copyq &
19exec --no-startup-id redshift-gtk & 20exec --no-startup-id redshift-gtk &
20exec --no-startup-id nm-applet & 21exec --no-startup-id nm-applet &
21exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & 22exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off &
22exec --no-startup-id xdotool key --clearmodifiers Num_Lock 23exec --no-startup-id xdotool key --clearmodifiers Num_Lock
24exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify &
23 25
24# swap caps lock and escape, set keyboard layout 26# swap caps lock and escape, set keyboard layout
25exec --no-startup-id setxkbmap -model pc105 -layout tr,us -variant ,colemak -option grp:alt_shift_toggle,caps:backspace 27exec --no-startup-id setxkbmap -model pc105 -layout tr,us -variant ,colemak -option grp:alt_shift_toggle,caps:backspace
@@ -34,7 +36,6 @@ exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf
34# set the wallpaper last (hopefully after xrandr) 36# set the wallpaper last (hopefully after xrandr)
35exec --no-startup-id ~/.fehbg 37exec --no-startup-id ~/.fehbg
36 38
37exec_always --no-startup-id flashfocus
38 39
39# Font for window titles 40# Font for window titles
40font pango:Lato 11 41font pango:Lato 11
@@ -71,12 +72,21 @@ bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr -
71bindsym Print exec flameshot gui 72bindsym Print exec flameshot gui
72 73
73# media keys 74# media keys
74bindsym $mod+Up exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 75bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
75bindsym $mod+Down exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 76bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
76bindsym $mod+m exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" 77bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi"
77bindsym $mod+q exec --no-startup-id playerctl play-pause 78bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
78bindsym $mod+Left exec --no-startup-id playerctl previous 79bindsym XF86AudioPrev exec --no-startup-id playerctl previous
79bindsym $mod+Right exec --no-startup-id playerctl next 80bindsym XF86AudioNext exec --no-startup-id playerctl next
81bindsym XF86Tools exec --no-startup-id mpc toggle
82
83# # media keys
84# bindsym $mod+Up exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
85# bindsym $mod+Down exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
86# bindsym $mod+m exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi"
87# bindsym $mod+q exec --no-startup-id playerctl play-pause
88# bindsym $mod+Left exec --no-startup-id playerctl previous
89# bindsym $mod+Right exec --no-startup-id playerctl next
80 90
81# Make the currently focused window a scratchpad 91# Make the currently focused window a scratchpad
82bindsym $mod+Shift+minus move scratchpad 92bindsym $mod+Shift+minus move scratchpad
@@ -173,8 +183,8 @@ bindsym $mod+Shift+8 move container to workspace $ws8
173bindsym $mod+Shift+9 move container to workspace $ws9 183bindsym $mod+Shift+9 move container to workspace $ws9
174bindsym $mod+Shift+0 move container to workspace $ws10 184bindsym $mod+Shift+0 move container to workspace $ws10
175 185
176bindsym $mod+Shift+greater move container to output right 186bindsym $mod+z move container to output right
177bindsym $mod+Shift+less move container to output left 187# bindsym $mod+Shift+less move container to output left
178 188
179# reload the configuration file 189# reload the configuration file
180bindsym $mod+Shift+c reload 190bindsym $mod+Shift+c reload
@@ -269,7 +279,7 @@ for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable
269assign [class="^Steam$"] 9 279assign [class="^Steam$"] 9
270assign [class="^Thunderbird$"] 8 280assign [class="^Thunderbird$"] 8
271 281
272exec --no-startup-id i3-msg 'exec /usr/bin/firefox;move container to output right' 282# exec --no-startup-id i3-msg 'exec /usr/bin/firefox;move container to output right'
273 283
274# class border backgr. text indicator child_border 284# class border backgr. text indicator child_border
275client.focused #458588 #285577 #ffffff #458588 #285577 285client.focused #458588 #285577 #ffffff #458588 #285577
@@ -284,3 +294,4 @@ client.background #ffffff
284hide_edge_borders smart 294hide_edge_borders smart
285workspace_auto_back_and_forth yes 295workspace_auto_back_and_forth yes
286focus_follows_mouse no 296focus_follows_mouse no
297mouse_warping none