From 8252e3c5d9709014f4acfb021374ef2c1a0f07af Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 11 Aug 2019 00:07:29 +0200 Subject: Modified i3 design --- .i3/config | 62 +++++++++++++++----------------------------------------------- 1 file changed, 15 insertions(+), 47 deletions(-) (limited to '.i3') diff --git a/.i3/config b/.i3/config index 6a75bcb..9d23b63 100644 --- a/.i3/config +++ b/.i3/config @@ -1,31 +1,8 @@ -# This file has been auto-generated by i3-config-wizard(1). -# It will not be overwritten, so edit it as you like. -# -# Should you change your keyboard layout some time, delete -# this file and re-run i3-config-wizard(1). -# - -# i3 config file (v4) -# -# Please see https://i3wm.org/docs/userguide.html for a complete reference! - +#vim:conf set $mod Mod1 -# Font for window titles. Will also be used by the bar unless a different font -# is used in the bar {} block below. font pango:monospace 9 -# This font is widely installed, provides lots of unicode glyphs, right-to-left -# text rendering and scalability on retina/hidpi displays (thanks to pango). -#font pango:DejaVu Sans Mono 8 - -# Before i3 v4.8, we used to recommend this one as the default: -# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -# The font above is very space-efficient, that is, it looks good, sharp and -# clear in small sizes. However, its unicode glyph coverage is limited, the old -# X core fonts rendering does not support right-to-left and this being a bitmap -# font, it doesn’t scale on retina/hidpi displays. - # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod @@ -41,7 +18,10 @@ bindsym $mod+b exec "brave" # kill focused window bindsym $mod+Shift+q kill -bindsym $mod+Shift+w exec "i3lock -i ~/vimconfig/lock.png" +bindsym $mod+Shift+w exec "i3lock -p win -i ~/vimconfig/lock.png" + +#Screenshot on mod+p +bindsym $mod+p exec "scrot ~/Screenshots/Screenshot%Y-%m-%d%H:%M:%S.png" # start dmenu (a program launcher) bindsym $mod+d exec dmenu_run @@ -306,7 +286,7 @@ set $yw #f1fa7c set $gn #50fa7b set $rd #ff5555 set $id #ff79c6 -set $opaque #000000ff +set $opaque #00000000 set $black #000000 set $grey #151515 @@ -321,19 +301,18 @@ client.background $black default_border none gaps inner 15 -## Program starting -exec --no-startup-id nm-applet - -# Start i3bar to display a workspace bar (plus the system information i3status -# finds out, if available) bar { i3bar_command i3bar -t status_command python /usr/share/powerline/bindings/i3/powerline-i3.py font pango:DejaVu Sans Mono for Powerline 12 colors { - background #000000AA + background #00000000 + focused_workspace #00000000 #00000000 #FFFFFF + active_workspace #00000000 #00000000 #FFFFFF + inactive_workspace #00000000 #00000000 #555555 + urgent_workspace #00000000 #FF000033 #555555 } } @@ -343,19 +322,14 @@ bar { bindsym XF86AudioRaiseVolume exec --no-startup-id pactl -- set-sink-volume 0 +5% #increase sound volume bindsym XF86AudioLowerVolume exec --no-startup-id pactl -- set-sink-volume 0 -5% #decrease sound volume bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound +#Microphone mute +bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute 1 toggle -# play-pause +#Mediacontrol bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause - -# stop bindsym XF86AudioStop exec --no-startup-id playerctl stop - -# prev bindsym XF86AudioPrev exec --no-startup-id playerctl previous - -# next bindsym XF86AudioNext exec --no-startup-id playerctl next -# # Sreen brightness controls # Use acpilight with arch!! @@ -363,17 +337,11 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -fps 30 # increase screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # decrease screen brightness -#Screenshot on win+p -bindsym $mod+p exec "scrot ~/Downloads/Screenshot%Y-%m-%d%H:%M:%S.png" +#bindsym XF86RFKill exec --no-startup-id i3-nagbar -t warning -m asdf -#Layout de exec --no-startup-id "setxkbmap -layout de" - exec --no-startup-id "compton" - exec --no-startup-id "xrdb ~/.Xresources" #start autostart.sh exec --no-startup-id ~/autostart.sh - -#exec --no-startup-id feh --bg-fill ~/.i3/wp.jpg -- cgit v1.2.3