From 4fd66b3ef7d3afa5da8f394b55442d12626c710a Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Mon, 24 Dec 2018 12:06:25 +0200 Subject: [PATCH] cleaning/changing i3-config --- .config/i3/config | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 6433c08..c234107 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -12,7 +12,7 @@ font pango:TamzenForPowerline 12 set $mod Mod4 set $term urxvtc set $coloract "#ff923b" -set $colorin "#DD712E" +set $colorin "#5E81AC" set_from_resource $color15 i3wm.color15 "#2A1A17" set_from_resource $split i3wm.color10 "#7B8349" set_from_resource $coloru i3wm.color2 "#7B8349" @@ -28,7 +28,7 @@ bindsym Mod1+w layout tabbed bindsym Mod1+e layout toggle split #Sticky window -bindsym $mod+Shift+s sticky toggle +bindsym $mod+Shift+c sticky toggle ######### COLORS ########## # @@ -112,17 +112,6 @@ set $mute --no-startup-id amixer sset Master toggle set $truemute --no-startup-id amixer sset Master mute #set $audio --no-startup-id bash ~/.config/Scripts/audio_alsa.sh -#For PULSEAUDIO/PAMIXER -#set $inc --no-startup-id pamixer --allow-boost -i 5 -#set $biginc --no-startup-id pamixer --allow-boost -i 15 -#set $dec --no-startup-id pamixer --allow-boost -d 5 -#set $bigdec --no-startup-id pamixer --allow-boost -d 15 -#set $mute --no-startup-id pamixer --allow-boost -t -#set $micmute --no-startup-id pamixer --allow-boost -t -#set $truemute --no-startup-id pamixer -m -#set $screencast --no-startup-id bash ~/.config/Scripts/screencast_pulse.sh -#set $audio --no-startup-id bash ~/.config/Scripts/audio_pulse.sh - ###---Dropdown/Scratchpad Windows---### #First I have a tmux window used for background scripts. #I'll later bind this to mod+u. @@ -140,7 +129,6 @@ for_window [instance="dropdown"] move scratchpad ###---Basic Bindings---### bindsym $mod+Return exec $term bindsym $mod+Shift+Return exec $term -e tmux -bindsym Mod1+Return exec alacritty bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle @@ -184,17 +172,16 @@ bindsym $mod+i exec $term -e htop bindsym $mod+Shift+i resize grow height 10 px or 10 ppt #bindsym $mod+o exec --no-startup-id $beg -#bindsym $mod+Shift+o resize grow width 10 px or 10 ppt +bindsym $mod+Shift+o resize grow width 10 px or 10 ppt bindsym $mod+p exec $pause -bindsym $mod+Shift+p exec mypaint bindsym $mod+a [instance="music"] scratchpad show; move position center bindsym $mod+Shift+a exec pavucontrol #bindsym $mod+Shift+a exec $term -e ncpamixer -bindsym $mod+o gaps inner current plus 5 -bindsym $mod+Shift+o gaps inner current minus 5 +bindsym $mod+s gaps inner current plus 5 +bindsym $mod+Shift+s gaps inner current minus 5 bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh