Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UserConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
UserConfig
Commits
fde55c28
Commit
fde55c28
authored
5 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
I3 Add zoom, jitsi, gparted and gnome-drive and change volumeGui
parent
53d1cda7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
i3/config
+21
-11
21 additions, 11 deletions
i3/config
with
21 additions
and
11 deletions
i3/config
+
21
−
11
View file @
fde55c28
...
...
@@ -39,6 +39,7 @@ bindsym $mod+Shift+q --release exec xkill
bindsym $mod+Ctrl+q --release exec killall xkill
# start dmenu (a program launcher)
#bindsym $mod+d exec --no-startup-id "rofi -show drun -font \\"DejaVu 9\\" -run-shell-command '{terminal} -e \\" {cmd}; read -n 1 -s\\"'"
bindsym $mod+Shift+d exec urxvt -e $(dmenu_path | dmenu)
bindsym $mod+d exec dmenu_run
bindsym $mod+Ctrl+d exec xfce4-appfinder
...
...
@@ -245,11 +246,11 @@ mode "System modifikator"
bindsym t exec light + 0.9 ; exec lightGUI
bindsym q exec light H 0 ; exec lightGUI
bindsym a exec amixer sset Master -q 0%;
exec
volumeGUI
bindsym s exec amixer sset Master -q 10%-;
exec
volumeGUI
bindsym d exec amixer sset Master -q 2%-;
exec
volumeGUI
bindsym f exec amixer sset Master -q 2%+;
exec
volumeGUI
bindsym g exec amixer sset Master -q 10%+;
exec
volumeGUI
bindsym a exec
"
amixer sset Master -q 0%;
sleep 0.05;
volumeGUI
"
bindsym s exec
"
amixer sset Master -q 10%-;
sleep 0.05;
volumeGUI
"
bindsym d exec
"
amixer sset Master -q 2%-;
sleep 0.05;
volumeGUI
"
bindsym f exec
"
amixer sset Master -q 2%+;
sleep 0.05;
volumeGUI
"
bindsym g exec
"
amixer sset Master -q 10%+;
sleep 0.05;
volumeGUI
"
bindsym comma exec xrandr --auto
bindsym n exec xrand--auto; exec xrandr --output HDMI-1 --off --output eDP-1 --pos 0x0
...
...
@@ -266,11 +267,11 @@ mode "System modifikator"
bindsym $mod+t exec light + 0.9 ; exec lightGUI
bindsym $mod+q exec light H 0 ; exec lightGUI
bindsym $mod+a exec amixer sset Master -q 0%;
exec
volumeGUI
bindsym $mod+s exec amixer sset Master -q 10%-;
exec
volumeGUI
bindsym $mod+d exec amixer sset Master -q 2%-;
exec
volumeGUI
bindsym $mod+f exec amixer sset Master -q 2%+;
exec
volumeGUI
bindsym $mod+g exec amixer sset Master -q 10%+;
exec
volumeGUI
bindsym $mod+a exec
"
amixer sset Master -q 0%;
sleep 0.05;
volumeGUI
"
bindsym $mod+s exec
"
amixer sset Master -q 10%-;
sleep 0.05;
volumeGUI
"
bindsym $mod+d exec
"
amixer sset Master -q 2%-;
sleep 0.05;
volumeGUI
"
bindsym $mod+f exec
"
amixer sset Master -q 2%+;
sleep 0.05;
volumeGUI
"
bindsym $mod+g exec
"
amixer sset Master -q 10%+;
sleep 0.05;
volumeGUI
"
bindsym $mod+comma exec xrandr --auto
bindsym $mod+n exec xrand--auto; exec xrandr --output HDMI-1 --off --output eDP-1 --pos 0x0
...
...
@@ -317,6 +318,10 @@ mode "System modifikator"
bindsym Shift+apostrophe exec "diskSleepGUI sdb umount"
bindsym Ctrl+ apostrophe exec "diskSleepGUI sdc umount"
bindsym Ctrl+Shift+apostrophe exec "diskSleepGUI sdd umount"
bindsym bracketright exec "notify-send \\"$(lsblk)\\""
bindsym Shift+bracketright mode "default"; exec "gksudo -g gparted"
bindsym Ctrl+bracketright mode "default"; exec "gksudo -g gnome-disks"
}
...
...
@@ -333,8 +338,13 @@ bindsym $mod+Print exec "maim -uo > ~/screenshot.png ;gimp ~/screenshot.png"
exec --no-startup-id /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
for_window [class=".*"] border pixel 1
for_window [title="zoom*"] move container to workspace ZOOM
for_window [title="Zoom*"] move container to workspace ZOOM
for_window [title="Jitsi Meet"] floating enable
#for_window [class=".*"] border pixel 1
bindsym $mod+p exec ~/.config/i3/i3-toggle-border
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment